HomeSort by relevance Sort by last modified time
    Searched refs:fstat (Results 26 - 50 of 559) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 41 if (fstat(config.fd, &stat_buf) < 0 ) {
  /external/gptfdisk/
diskio.cc 21 #define fstat64 fstat
diskio.h 33 #define fstat64 fstat
  /external/mesa3d/src/gbm/main/
common.c 45 if (fstat(fd, &buf) < 0) {
  /frameworks/minikin/tests/
ICUTestBase.h 36 ASSERT_EQ(0, fstat(fd, &sb));
  /libcore/luni/src/test/java/libcore/dalvik/system/
SocketTaggingTest.java 42 this.stat = fstat(fd);
67 StructStat current = fstat(socketDescriptor);
148 private static StructStat fstat(FileDescriptor fd) { method in class:SocketTaggingTest
150 return android.system.Os.fstat(fd);
  /toolchain/binutils/binutils-2.25/gold/
ftruncate.c 55 if (fstat (fd, &filebuf) < 0)
  /development/ndk/platforms/android-12/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /development/ndk/platforms/android-19/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /development/ndk/platforms/android-9/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat

Completed in 1008 milliseconds

12 3 4 5 6 7 8 91011>>