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

1 2 3 4

  /external/fio/os/windows/
posix.h 4 typedef off_t off64_t; typedef
  /system/core/include/utils/
Compat.h 28 typedef off_t off64_t; typedef
30 static inline off64_t lseek64(int fd, off64_t offset, int whence) {
35 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, 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/qemu/distrib/libsparse/src/
img2simg.c 38 #define off64_t off_t macro
53 off64_t len;
sparse_read.c 40 #define off64_t off_t macro
222 static int process_chunk(struct sparse_file *s, int fd, off64_t offset,
283 off64_t offset;
  /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;
  /external/elfutils/0.153/host-darwin-fixup/
AndroidFixup.h 21 #define off64_t off_t macro
  /external/fio/os/
os-netbsd.h 36 typedef off_t off64_t; typedef
os-openbsd.h 34 typedef off_t off64_t; typedef
os-freebsd.h 29 typedef off_t off64_t; typedef
os-mac.h 36 typedef off_t off64_t; typedef
  /external/qemu/distrib/ext4_utils/src/
ext2simg.c 36 #define off64_t off_t macro
59 off64_t ret;
123 off64_t ret;
ext4_utils.h 45 #define off64_t off_t macro
  /system/extras/ext4_utils/
ext2simg.c 35 #define off64_t off_t macro
62 off64_t ret;
  /bionic/libc/include/sys/
types.h 97 typedef loff_t off64_t; typedef
99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t
103 typedef loff_t off64_t; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 97 typedef loff_t off64_t; typedef
99 /* We could re-use the LP32 definitions, but that would mean that although off_t and loff_t/off64_t
103 typedef loff_t off64_t; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
types.h 68 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
types.h 68 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
types.h 68 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
types.h 68 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
types.h 68 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
types.h 68 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef

Completed in 1263 milliseconds

1 2 3 4