HomeSort by relevance Sort by last modified time
    Searched refs:fstat64 (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
stat.h 126 #define fstat64 fstat macro
  /bionic/libc/arch-mips64/bionic/
stat.cpp 81 __strong_alias(fstat64, fstat);
  /development/ndk/platforms/android-21/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
224 # define fstat fstat64
230 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
518 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
516 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 222 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
226 # define fstat fstat64
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
520 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
518 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 222 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
226 # define fstat fstat64
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
520 __NTH (fstat64 (int __fd, struct stat64 *__statbuf))
518 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) function
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
stat.h 151 extern int fstat64(int, struct stat64*);
  /external/gptfdisk/
diskio-unix.cc 74 if (fstat64(fd, &st) == 0) {
87 } // if (fstat64()...)
451 if (fstat64(fd, &st) == 0) {

Completed in 552 milliseconds

1 23 4 5