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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
fstat.S 5 ENTRY(fstat) function
14 END(fstat)
  /bionic/libc/arch-x86/syscalls/
fstat.S 5 .type fstat, @function
6 .globl fstat
9 fstat: label
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 30 assertFalse(S_ISSOCK(Libcore.os.fstat(fis.getFD()).st_mode));
34 assertTrue(S_ISSOCK(Libcore.os.fstat(s.getImpl$().getFD$()).st_mode));
  /external/e2fsprogs/lib/e2p/
getflags.c 33 if (fstat (fd, &buf) == -1)
55 if (!fstat(fd, &buf) &&
  /bionic/libc/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /development/ndk/platforms/android-3/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /gdk/headers/include/sys/
stat.h 87 extern int fstat(int, struct stat *);
93 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat

Completed in 1039 milliseconds

1 2 3 4 5 6 7 8 91011>>