HomeSort by relevance Sort by last modified time
    Searched refs:off64_t (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
sync_file_range.cpp 31 extern "C" int __sync_file_range(int, off64_t, off64_t, unsigned int);
32 extern "C" int __sync_file_range2(int, unsigned int, off64_t, off64_t);
34 int sync_file_range(int fd, off64_t offset, off64_t length, unsigned int flags) {
posix_fadvise.cpp 33 extern "C" int __arm_fadvise64_64(int, int, off64_t, off64_t);
34 extern "C" int __fadvise64(int, off64_t, off64_t, int);
42 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) {
47 int posix_fadvise64(int fd, off64_t offset, off64_t length, int advice) {
posix_fallocate.cpp 38 int posix_fallocate64(int fd, off64_t offset, off64_t length) {
  /system/vold/
EncryptInplace.h 27 int cryptfs_enable_inplace(char* crypto_blkdev, char* real_blkdev, off64_t size,
28 off64_t* size_already_done, off64_t tot_size,
29 off64_t previously_encrypted_upto, bool set_progress_properties);
  /frameworks/base/libs/androidfw/include/androidfw/
Asset.h 77 * lseek/fseek. Returns the new position on success, or (off64_t) -1
80 virtual off64_t seek(off64_t offset, int whence) = 0;
95 virtual off64_t getLength(void) const = 0;
100 virtual off64_t getRemainingLength(void) const = 0;
107 virtual int openFileDescriptor(off64_t* outStart, off64_t* outLength) const = 0;
141 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn)
    [all...]
StreamingZipInflater.h 34 StreamingZipInflater(int fd, off64_t compDataStart, size_t uncompSize, size_t compSize);
48 off64_t seekAbsolute(off64_t absoluteInputPosition);
56 off64_t mInFileStart; // where the compressed data lives in the file
68 off64_t mOutCurPosition; // current position in total offset
  /system/core/libutils/include/utils/
Compat.h 24 /* Mac OS has always had a 64-bit off_t, so it doesn't have off64_t. */
26 typedef off_t off64_t; typedef
28 static inline off64_t lseek64(int fd, off64_t offset, int whence) {
32 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) {
36 static inline ssize_t pwrite64(int fd, const void* buf, size_t nbytes, off64_t offset) {
40 static inline int ftruncate64(int fd, off64_t length) {
  /frameworks/av/media/extractors/mp3/
VBRISeeker.h 31 DataSourceBase *source, off64_t post_id3_pos);
34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos);
37 off64_t mBasePos;
  /frameworks/wilhelm/src/android/
BufferQueueSource.h 40 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
42 virtual status_t getSize(off64_t *size);
52 off64_t mStreamToBqOffset;
  /frameworks/av/media/libmediaextractor/include/media/
DataSourceBase.h 45 virtual ssize_t readAt(off64_t offset, void *data, size_t size) = 0;
48 bool getUInt16(off64_t offset, uint16_t *x);
49 bool getUInt24(off64_t offset, uint32_t *x); // 3 byte int, returned as a 32-bit int
50 bool getUInt32(off64_t offset, uint32_t *x);
51 bool getUInt64(off64_t offset, uint64_t *x);
54 bool getUInt16Var(off64_t offset, uint16_t *x, size_t size);
55 bool getUInt32Var(off64_t offset, uint32_t *x, size_t size);
56 bool getUInt64Var(off64_t offset, uint64_t *x, size_t size);
59 virtual status_t getSize(off64_t *size);
  /external/strace/tests/
sync_file_range.c 42 const off64_t offset = 0xdeadbeefbadc0dedULL;
43 const off64_t nbytes = 0xfacefeedcafef00dULL;
sync_file_range2.c 42 const off64_t offset = 0xdeadbeefbadc0ded;
43 const off64_t nbytes = 0xfacefeedcafef00d;
  /external/strace/tests-m32/
sync_file_range.c 42 const off64_t offset = 0xdeadbeefbadc0dedULL;
43 const off64_t nbytes = 0xfacefeedcafef00dULL;
sync_file_range2.c 42 const off64_t offset = 0xdeadbeefbadc0ded;
43 const off64_t nbytes = 0xfacefeedcafef00d;
  /external/strace/tests-mx32/
sync_file_range.c 42 const off64_t offset = 0xdeadbeefbadc0dedULL;
43 const off64_t nbytes = 0xfacefeedcafef00dULL;
sync_file_range2.c 42 const off64_t offset = 0xdeadbeefbadc0ded;
43 const off64_t nbytes = 0xfacefeedcafef00d;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h 15 __MINGW_EXTENSION typedef long long off64_t; typedef
24 typedef off64_t off_t;
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaHTTP.h 35 off64_t offset);
41 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
43 virtual status_t getSize(off64_t *size);
47 virtual status_t reconnectAtOffset(off64_t offset);
64 off64_t mCachedSize;
  /bionic/linker/
linker_utils.h 55 off64_t page_start(off64_t offset);
56 size_t page_offset(off64_t offset);
57 bool safe_add(off64_t* out, off64_t a, size_t b);
  /external/fio/os/windows/
posix.h 4 typedef off_t off64_t; typedef
  /frameworks/av/media/libstagefright/httplive/
LiveDataSource.h 35 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
36 ssize_t readAtNonBlocking(off64_t offset, void *data, size_t size);
51 off64_t mOffset;
57 ssize_t readAt_l(off64_t offset, void *data, size_t size);
  /bionic/libc/include/
fcntl.h 78 ssize_t splice(int __in_fd, off64_t* __in_offset, int __out_fd, off64_t* __out_offset, size_t __length, unsigned int __flags) __INTRODUCED_IN(21);
83 int fallocate64(int __fd, int __mode, off64_t __offset, off64_t __length) __INTRODUCED_IN(21);
85 int posix_fadvise64(int __fd, off64_t __offset, off64_t __length, int __advice) __INTRODUCED_IN(21);
87 int posix_fallocate64(int __fd, off64_t __offset, off64_t __length) __INTRODUCED_IN(21);
90 ssize_t readahead(int __fd, off64_t __offset, size_t __length) __INTRODUCED_IN(16);
91 int sync_file_range(int __fd, off64_t __offset, off64_t __length, unsigned int __flags) __INTRODUCED_IN(26)
    [all...]
  /frameworks/av/media/extractors/mp4/
SampleTable.h 41 uint32_t type, off64_t data_offset, size_t data_size);
43 status_t setSampleToChunkParams(off64_t data_offset, size_t data_size);
47 uint32_t type, off64_t data_offset, size_t data_size);
49 status_t setTimeToSampleParams(off64_t data_offset, size_t data_size);
52 off64_t data_offset, size_t data_size);
54 status_t setSyncSampleParams(off64_t data_offset, size_t data_size);
66 off64_t *offset,
105 off64_t mChunkOffsetOffset;
109 off64_t mSampleToChunkOffset;
112 off64_t mSampleSizeOffset
    [all...]
  /external/fio/
helpers.h 11 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes,
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.h 58 * @retval ((off64_t)-1) Failure.
60 off64_t FwdLockFile_lseek(int fileDesc, off64_t offset, int whence);

Completed in 1582 milliseconds

1 2 3 4 5 6 7 8 91011>>