Searched refs:fstatvfs (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | sys_statvfs_test.cpp | 52 TEST(sys_statvfs, fstatvfs) { in TEST() argument 55 ASSERT_EQ(0, fstatvfs(fd, &sb)); in TEST()
|
/bionic/libc/include/bits/ |
D | sys_statvfs_inlines.h | 66 __BIONIC_SYS_STATVFS_INLINE int fstatvfs(int __fd, in fstatvfs() function 87 return fstatvfs(__fd, __BIONIC_CAST(reinterpret_cast, struct statvfs*, in fstatvfs64()
|
/bionic/libc/bionic/ |
D | sys_statvfs.cpp | 32 __strong_alias(fstatvfs64, fstatvfs);
|
/bionic/tests/headers/posix/ |
D | sys_statvfs_h.c | 53 FUNCTION(fstatvfs, int (*f)(int, struct statvfs*)); in sys_statvfs_h()
|
/bionic/libc/include/sys/ |
D | statvfs.h | 132 int fstatvfs(int __fd, struct statvfs* __buf) __INTRODUCED_IN(19);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 306 fstatvfs
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 395 fstatvfs; # introduced-arm=19 introduced-arm64=21 introduced-x86=19 introduced-x86_64=21
|
/bionic/libc/ |
D | libc.map.txt | 395 fstatvfs; # introduced-arm=19 introduced-arm64=21 introduced-x86=19 introduced-x86_64=21
|