Searched refs:fstat (Results 1 – 25 of 37) sorted by relevance
12
/development/ndk/sources/android/libportable/arch-x86_64/ |
D | stat.c | 22 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/ |
D | stat.c | 22 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/ |
D | stat.c | 29 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/ |
D | stat.h | 86 extern int fstat(int, struct stat *); 92 #define fstat64 fstat
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | stat.c | 37 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/ |
D | stat.h | 88 extern int fstat(int, struct stat *); 94 #define fstat64 fstat
|
/development/ndk/platforms/android-9/include/sys/ |
D | stat.h | 120 extern int fstat(int, struct stat *); 126 #define fstat64 fstat
|
/development/ndk/platforms/android-12/include/sys/ |
D | stat.h | 120 extern int fstat(int, struct stat *); 126 #define fstat64 fstat
|
/development/ndk/platforms/android-19/include/sys/ |
D | stat.h | 120 extern int fstat(int, struct stat *); 126 #define fstat64 fstat
|
/development/ndk/platforms/android-L/include/sys/ |
D | stat.h | 150 extern int fstat(int, struct stat*);
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libc.so.functions.txt | 347 fstat
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
D | libc.so.functions.txt | 350 fstat
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
D | libc.so.functions.txt | 358 fstat
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
D | libc.so.functions.txt | 352 fstat
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
D | libc.so.functions.txt | 440 fstat
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
D | libc.so.functions.txt | 355 fstat
|
/development/ndk/platforms/android-19/arch-x86/symbols/ |
D | libc.so.functions.txt | 355 fstat
|
/development/ndk/platforms/android-19/arch-mips/symbols/ |
D | libc.so.functions.txt | 361 fstat
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
D | libc.so.functions.txt | 361 fstat
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
D | libc.so.functions.txt | 356 fstat
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libc.so.functions.txt | 372 fstat
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libc.so.functions.txt | 353 fstat
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libc.so.functions.txt | 378 fstat
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libc.so.functions.txt | 309 fstat
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libc.so.functions.txt | 308 fstat
|
12