Searched refs:statvfs64 (Results 1 – 6 of 6) sorted by relevance
46 TEST(sys_statvfs, statvfs64) { in TEST() argument47 struct statvfs64 sb; in TEST()48 ASSERT_EQ(0, statvfs64("/proc", &sb)); in TEST()61 struct statvfs64 sb; in TEST()
59 struct statvfs64 { struct140 int statvfs64(const char* __path, struct statvfs64* __buf) __INTRODUCED_IN(21);143 int fstatvfs64(int __fd, struct statvfs64* __buf) __INTRODUCED_IN(21);
79 __BIONIC_SYS_STATVFS_INLINE int statvfs64(const char* __path, in statvfs64() function80 struct statvfs64* __result) { in statvfs64()86 struct statvfs64* __result) { in fstatvfs64()
31 __strong_alias(statvfs64, statvfs);
991 statvfs64; # introduced=21