HomeSort by relevance Sort by last modified time
    Searched defs:off64_t (Results 1 - 24 of 24) sorted by null

  /external/fio/os/windows/
posix.h 4 typedef off_t off64_t; typedef
  /system/core/base/include/android-base/
file.h 29 /* Mac OS has always had a 64-bit off_t, so it doesn't have off64_t. */
30 typedef off_t off64_t; typedef
60 bool ReadFullyAtOffset(int fd, void* data, size_t byte_count, off64_t offset);
  /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;
  /external/strace/linux/
asm_stat.h 10 # undef off64_t macro
21 # define off64_t __kernel_off64_t macro
34 # undef off64_t macro
45 # define off64_t off64_t macro
  /system/core/libsparse/
img2simg.c 38 #define off64_t off_t macro
53 off64_t len;
append2simg.c 41 #define off64_t off_t macro
58 off64_t input_len;
sparse_read.cpp 43 #define off64_t off_t macro
198 static int process_chunk(struct sparse_file *s, int fd, off64_t offset,
259 off64_t offset;
output_file.c 48 #define off64_t off_t macro
128 off64_t ret;
205 off64_t ret;
218 off64_t ret;
725 off64_t pos;
  /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) {
  /external/fio/os/
os-mac.h 36 typedef off_t off64_t; typedef
os-netbsd.h 40 typedef off_t off64_t; typedef
os-openbsd.h 40 typedef off_t off64_t; typedef
os-dragonfly.h 42 typedef off_t off64_t; typedef
os-freebsd.h 33 typedef off_t off64_t; typedef
  /external/f2fs-tools/lib/
libf2fs_io.c 58 typedef off_t off64_t; typedef
60 static inline off64_t lseek64(int fd, __u64 offset, int set)
73 if (lseek64(c.kd, (off64_t)offset, SEEK_SET) < 0)
168 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0)
207 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0)
221 if (lseek64(c.dump_fd, (off64_t)offset, SEEK_SET) < 0)
242 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0)
  /external/libevent/test/
regress_zlib.c 77 #ifndef off64_t
78 #define off64_t ev_int64_t macro
  /libcore/ojluni/src/main/native/
FileDispatcherImpl.c 51 #define off64_t off_t macro
202 fl.l_len = (off64_t)0;
204 fl.l_len = (off64_t)size;
206 fl.l_start = (off64_t)pos;
239 fl.l_len = (off64_t)0;
241 fl.l_len = (off64_t)size;
243 fl.l_start = (off64_t)pos;
zip_util.c 51 #define off64_t off_t macro
631 mappedAddr = mmap64(0, zip->mlen, PROT_READ, MAP_SHARED, zip->zfd, (off64_t) offset);
    [all...]
  /bionic/libc/include/sys/
types.h 103 typedef loff_t off64_t; typedef
107 typedef loff_t off64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 98 typedef __off64_t off64_t; typedef
unistd.h 251 typedef __off64_t off64_t; typedef
    [all...]
  /system/extras/ext4_utils/include/ext4_utils/
ext4_utils.h 45 #define off64_t off_t macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
types.h 94 typedef __off64_t off64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
types.h 94 typedef __off64_t off64_t; typedef

Completed in 495 milliseconds