Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 37) sorted by relevance

12

/development/ndk/sources/android/libportable/arch-x86_64/
Dstat.c22 int WRAP(fstat)(int fd, struct stat_portable *s) { in WRAP() argument
24 int ret = REAL(fstat)(fd, &x86_64_stat); in WRAP()
29 return WRAP(fstat)(fd, (struct stat_portable*)s); in WRAP()
/development/ndk/sources/android/libportable/arch-mips64/
Dstat.c22 int WRAP(fstat)(int fd, struct stat_portable *s) { in WRAP() argument
24 int ret = REAL(fstat)(fd, &mips64_stat); in WRAP()
29 return WRAP(fstat)(fd, (struct stat_portable*)s); in WRAP()
/development/ndk/sources/android/libportable/arch-x86/
Dstat.c29 int WRAP(fstat)(int fd, struct stat_portable *s) in WRAP() argument
32 int ret = REAL(fstat)(fd, &x86_stat); in WRAP()
/development/ndk/platforms/android-3/include/sys/
Dstat.h86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
/development/ndk/sources/android/libportable/arch-mips/
Dstat.c37 int WRAP(fstat)(int fd, struct stat_portable *s) in WRAP() argument
46 ret = REAL(fstat)(fd, &mips_stat); in WRAP()
/development/ndk/platforms/android-3/header-patches/include/sys/
Dstat.h88 extern int fstat(int, struct stat *);
94 #define fstat64 fstat
/development/ndk/platforms/android-9/include/sys/
Dstat.h120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
/development/ndk/platforms/android-12/include/sys/
Dstat.h120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
/development/ndk/platforms/android-19/include/sys/
Dstat.h120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
/development/ndk/platforms/android-L/include/sys/
Dstat.h150 extern int fstat(int, struct stat*);
/development/ndk/platforms/android-18/arch-x86/symbols/
Dlibc.so.functions.txt347 fstat
/development/ndk/platforms/android-17/arch-x86/symbols/
Dlibc.so.functions.txt350 fstat
/development/ndk/platforms/android-14/arch-mips/symbols/
Dlibc.so.functions.txt358 fstat
/development/ndk/platforms/android-14/arch-x86/symbols/
Dlibc.so.functions.txt352 fstat
/development/ndk/platforms/android-3/arch-arm/symbols/
Dlibc.so.functions.txt440 fstat
/development/ndk/platforms/android-12/arch-x86/symbols/
Dlibc.so.functions.txt355 fstat
/development/ndk/platforms/android-19/arch-x86/symbols/
Dlibc.so.functions.txt355 fstat
/development/ndk/platforms/android-19/arch-mips/symbols/
Dlibc.so.functions.txt361 fstat
/development/ndk/platforms/android-12/arch-mips/symbols/
Dlibc.so.functions.txt361 fstat
/development/ndk/platforms/android-17/arch-mips/symbols/
Dlibc.so.functions.txt356 fstat
/development/ndk/platforms/android-9/arch-x86/symbols/
Dlibc.so.functions.txt372 fstat
/development/ndk/platforms/android-18/arch-mips/symbols/
Dlibc.so.functions.txt353 fstat
/development/ndk/platforms/android-9/arch-mips/symbols/
Dlibc.so.functions.txt378 fstat
/development/ndk/platforms/android-L/arch-mips64/symbols/
Dlibc.so.functions.txt309 fstat
/development/ndk/platforms/android-L/arch-x86_64/symbols/
Dlibc.so.functions.txt308 fstat

12