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

1 2 3 4 5

  /external/fio/os/windows/
posix.h 4 typedef off_t off64_t; typedef
  /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;
  /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-dragonfly.h 35 typedef off_t off64_t; typedef
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
  /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;
  /bionic/libc/include/sys/
types.h 101 typedef loff_t off64_t; typedef
106 typedef loff_t off64_t; typedef
  /development/ndk/platforms/android-21/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-9/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ 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
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
types.h 70 typedef loff_t off64_t; /* GLibc-specific */ typedef

Completed in 907 milliseconds

1 2 3 4 5