HomeSort by relevance Sort by last modified time
    Searched refs:fstat (Results 1 - 25 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/syscalls/
fstat.S 4 .globl fstat
6 .ent fstat
8 fstat: label
22 .end fstat
  /bionic/libc/arch-arm/syscalls/
fstat.S 6 ENTRY(fstat) function
15 END(fstat)
  /external/bison/lib/
fstat.c 0 /* fstat() replacement.
23 /* Get the original definition of fstat. It might be defined as a macro. */
29 # undef fstat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
30 # define fstat _fstati64 macro
37 return fstat (fd, buf);
  /bionic/libc/arch-x86/syscalls/
fstat.S 6 ENTRY(fstat) function
24 END(fstat)
  /development/ndk/sources/android/libportable/arch-x86/
stat.c 29 int WRAP(fstat)(int fd, struct stat_portable *s) function
32 int ret = REAL(fstat)(fd, &x86_stat);
  /external/e2fsprogs/lib/e2p/
getflags.c 35 if (fstat (fd, &buf) == -1)
57 if (!fstat(fd, &buf) &&
  /development/ndk/platforms/android-3/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /development/ndk/sources/android/libportable/arch-mips/
stat.c 37 int WRAP(fstat)(int fd, struct stat_portable *s) function
46 ret = REAL(fstat)(fd, &mips_stat);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 91011>>