/bionic/libc/arch-arm64/syscalls/ |
fstatfs64.S | 16 .globl fstatfs 17 .equ fstatfs, fstatfs64
|
/bionic/libc/arch-x86_64/syscalls/ |
fstatfs64.S | 17 .globl fstatfs 18 .equ fstatfs, fstatfs64
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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
|
/bionic/libc/arch-mips64/syscalls/ |
fstatfs64.S | 27 .globl fstatfs 28 .equ fstatfs, fstatfs64
|
/development/ndk/sources/android/libportable/common/include/ |
vfs_portable.h | 83 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) { function 86 int ret = REAL(fstatfs)(fd, &native_stat); 93 return WRAP(fstatfs)(fd, (struct statfs_portable*)stat);
|
/bionic/tests/ |
sys_vfs_test.cpp | 48 TEST(sys_vfs, fstatfs) { 51 ASSERT_EQ(0, fstatfs(fd, &sb));
|
/development/ndk/sources/android/libportable/arch-mips/ |
statfs.c | 53 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) function 62 ret = REAL(fstatfs)(fd, &mips_stat);
|
/bionic/libc/bionic/ |
legacy_32_bit_support.cpp | 58 // For fstatfs we need to add the extra argument giving the kernel the size of the buffer. 59 int fstatfs(int fd, struct statfs* stat) { function 62 __strong_alias(fstatfs64, fstatfs);
|
statvfs.cpp | 24 # define __fstatfs64(fd,size,buf) fstatfs(fd,buf)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/ |
vfs.h | 98 extern int fstatfs(int, struct statfs *);
|