Home
last modified time | relevance | path

Searched refs:statvfs64 (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/
Dsys_statvfs_test.cpp46 TEST(sys_statvfs, statvfs64) { in TEST() argument
47 struct statvfs64 sb; in TEST()
48 ASSERT_EQ(0, statvfs64("/proc", &sb)); in TEST()
61 struct statvfs64 sb; in TEST()
/bionic/libc/include/sys/
Dstatvfs.h59 struct statvfs64 { struct
140 int statvfs64(const char* __path, struct statvfs64* __buf) __INTRODUCED_IN(21);
143 int fstatvfs64(int __fd, struct statvfs64* __buf) __INTRODUCED_IN(21);
/bionic/libc/include/bits/
Dsys_statvfs_inlines.h79 __BIONIC_SYS_STATVFS_INLINE int statvfs64(const char* __path, in statvfs64() function
80 struct statvfs64* __result) { in statvfs64()
86 struct statvfs64* __result) { in fstatvfs64()
/bionic/libc/bionic/
Dsys_statvfs.cpp31 __strong_alias(statvfs64, statvfs);
/bionic/tools/versioner/platforms/
Dlibc.map.txt991 statvfs64; # introduced=21
/bionic/libc/
Dlibc.map.txt991 statvfs64; # introduced=21