Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_vfs_test.cpp68 struct statfs64 sb; in TEST()
69 ASSERT_EQ(0, statfs64("/proc", &sb)); in TEST()
74 struct statfs64 sb; in TEST()
76 ASSERT_EQ(-1, statfs64("/does-not-exist", &sb)); in TEST()
96 struct statfs64 sb; in TEST()
/bionic/libc/include/sys/
Dvfs.h76 struct statfs64 { __STATFS64_BODY }; struct
108 int statfs64(const char* _Nonnull __path, struct statfs64* _Nonnull __buf);
110 int fstatfs64(int __fd, struct statfs64* _Nonnull __buf);
/bionic/libc/bionic/
Dsys_statfs.cpp55 __strong_alias(statfs64, statfs);
/bionic/libc/kernel/uapi/asm-generic/
Dstatfs.h34 struct statfs64 { struct
/bionic/libc/
DSYSCALLS.TXT204 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