Home
last modified time | relevance | path

Searched refs:statfs64 (Results 1 – 7 of 7) sorted by relevance

/bionic/tests/
Dsys_vfs_test.cpp47 TEST(sys_vfs, statfs64) { in TEST() argument
48 struct statfs64 sb; in TEST()
49 ASSERT_EQ(0, statfs64("/proc", &sb)); in TEST()
62 struct statfs64 sb; in TEST()
/bionic/libc/include/sys/
Dvfs.h76 struct statfs64 { __STATFS64_BODY }; struct
108 int statfs64(const char* __path, struct statfs64* __buf) __INTRODUCED_IN(21);
110 int fstatfs64(int __fd, struct statfs64* __buf) __INTRODUCED_IN(21);
/bionic/libc/bionic/
Dsys_statfs.cpp55 __strong_alias(statfs64, statfs);
/bionic/libc/kernel/uapi/asm-generic/
Dstatfs.h46 struct statfs64 { struct
/bionic/libc/
DSYSCALLS.TXT191 int __statfs64:statfs64(const char*, size_t, struct statfs*) lp32
Dlibc.map.txt989 statfs64; # introduced=21
/bionic/tools/versioner/platforms/
Dlibc.map.txt989 statfs64; # introduced=21