/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 33 if (lseek64(config.kd, (off64_t)offset, SEEK_SET) < 0) in dev_read_version() 42 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_read() 60 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_write() 74 if (lseek64(config.dump_fd, (off64_t)offset, SEEK_SET) < 0) in dev_write_dump() 86 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_fill()
|
/external/fio/ |
D | helpers.h | 11 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes,
|
D | helpers.c | 28 int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in sync_file_range()
|
/external/libbrillo/brillo/streams/ |
D | file_stream.h | 43 virtual off64_t Seek(off64_t offset, int whence) = 0; 46 virtual int Truncate(off64_t length) const = 0;
|
D | file_stream.cc | 49 off64_t Seek(off64_t offset, int whence) override { in Seek() 67 int Truncate(off64_t length) const override { in Truncate() 403 off64_t pos = fd_interface_->Seek(0, SEEK_CUR); in GetPosition() 404 const off64_t min_pos = 0; in GetPosition() 431 off64_t pos = fd_interface_->Seek(offset, raw_whence); in Seek()
|
/external/sqlite/dist/ |
D | Android.patch | 62 +// Bionic defines pread64 using off64_t rather than off_t. 63 +#define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent) 75 +// Bionic defines pwrite64 using off64_t rather than off_t. 76 +#define osPwrite64 ((ssize_t(*)(int,const void*,size_t,off64_t))\
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64 53 check_type_size("off64_t" SIZEOF_OFF64_T) 59 set(LFS_OFF_T "off64_t")
|
/external/pdfium/third_party/zlib_v128/ |
D | zlib.h | 1789 ZEXTERN off64_t ZEXPORT gzseek64 OF((gzFile, off64_t, int)); 1790 ZEXTERN off64_t ZEXPORT gztell64 OF((gzFile)); 1792 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, off64_t)); 1793 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, off64_t));
|
D | zconf.h | 493 # define z_off64_t off64_t
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 95 off64_t offset = 0, should_be; in copy_sparse_file() 152 should_be = ((off64_t) lb) * bs; in copy_sparse_file()
|
/external/fio/os/windows/ |
D | posix.h | 4 typedef off_t off64_t; typedef
|
/external/compiler-rt/lib/interception/ |
D | interception_type_test.cc | 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|
/external/fio/os/ |
D | os-netbsd.h | 36 typedef off_t off64_t; typedef
|
D | os-dragonfly.h | 35 typedef off_t off64_t; typedef
|
D | os-openbsd.h | 34 typedef off_t off64_t; typedef
|
D | os-freebsd.h | 29 typedef off_t off64_t; typedef
|
D | os-mac.h | 36 typedef off_t off64_t; typedef
|
/external/strace/tests/ |
D | xstatx.c | 96 # undef off64_t 106 # define off64_t __kernel_off64_t macro
|
/external/compiler-rt/test/msan/Linux/ |
D | fopencookie.cc | 28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
|
/external/opencv3/3rdparty/zlib/ |
D | CMakeLists.txt | 34 check_type_size(off64_t OFF64_T)
|
/external/libchrome/base/files/ |
D | file_posix.cc | 191 static_assert(sizeof(int64_t) == sizeof(off64_t), "off64_t must be 64 bits"); in Seek() 192 return lseek64(file_.get(), static_cast<off64_t>(offset), in Seek()
|
/external/gptfdisk/ |
D | diskio-unix.cc | 274 off64_t seekTo, sought; in Seek()
|
/external/zlib/ |
D | zconf.h | 485 # define z_off64_t off64_t
|
/external/zlib/src/ |
D | zconf.h | 485 # define z_off64_t off64_t
|
/external/elfutils/libelf/ |
D | ChangeLog | 113 * libelfP.h (struct Elf): Replace off64_t with off_t. 577 * elf_getdata_rawchunk.c (elf_getdata_rawchunk): Fix off64_t overflow 932 * libelf.h: Replace off64_t with loff_t throughout. 955 * libelf.h (Elf_Data): Use off64_t for d_off. 956 (Elf_Arhdr): Use off64_t for ar_size. 957 (elf_update, elf_getbase, elf_getaroff): Return off64_t.
|