Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 25 of 38) sorted by relevance

12

/external/f2fs-tools/lib/
Dlibf2fs_io.c33 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/
Dhelpers.h11 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes,
Dhelpers.c28 int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in sync_file_range()
/external/libbrillo/brillo/streams/
Dfile_stream.h43 virtual off64_t Seek(off64_t offset, int whence) = 0;
46 virtual int Truncate(off64_t length) const = 0;
Dfile_stream.cc49 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/
DAndroid.patch62 +// 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/
DCheckLFS.cmake51 # 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/
Dzlib.h1789 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));
Dzconf.h493 # define z_off64_t off64_t
/external/e2fsprogs/util/
Dcopy_sparse.c95 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/
Dposix.h4 typedef off_t off64_t; typedef
/external/compiler-rt/lib/interception/
Dinterception_type_test.cc28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
/external/fio/os/
Dos-netbsd.h36 typedef off_t off64_t; typedef
Dos-dragonfly.h35 typedef off_t off64_t; typedef
Dos-openbsd.h34 typedef off_t off64_t; typedef
Dos-freebsd.h29 typedef off_t off64_t; typedef
Dos-mac.h36 typedef off_t off64_t; typedef
/external/strace/tests/
Dxstatx.c96 # undef off64_t
106 # define off64_t __kernel_off64_t macro
/external/compiler-rt/test/msan/Linux/
Dfopencookie.cc28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek()
/external/opencv3/3rdparty/zlib/
DCMakeLists.txt34 check_type_size(off64_t OFF64_T)
/external/libchrome/base/files/
Dfile_posix.cc191 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/
Ddiskio-unix.cc274 off64_t seekTo, sought; in Seek()
/external/zlib/
Dzconf.h485 # define z_off64_t off64_t
/external/zlib/src/
Dzconf.h485 # define z_off64_t off64_t
/external/elfutils/libelf/
DChangeLog113 * 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.

12