/bionic/libc/bionic/ |
fstatfs.c | 32 int fstatfs(int fd, struct statfs* stat) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
statfs.h | 51 extern int fstatfs (int __fildes, struct statfs *__buf) 55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf), 58 # define fstatfs fstatfs64 macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
statfs.h | 51 extern int fstatfs (int __fildes, struct statfs *__buf) 55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf), 58 # define fstatfs fstatfs64 macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
statfs.h | 51 extern int fstatfs (int __fildes, struct statfs *__buf) 55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf), 58 # define fstatfs fstatfs64 macro
|
/development/ndk/sources/android/libportable/arch-mips/ |
statfs.c | 52 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) function 61 ret = REAL(fstatfs)(fd, &mips_stat);
|