Home
last modified time | relevance | path

Searched refs:statfs64 (Results 1 – 16 of 16) 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.h109 struct statfs64 { __STATFS64_BODY }; struct
141 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
143 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
/bionic/libc/kernel/uapi/asm-mips/asm/
Dstatfs.h44 struct statfs64 { struct
65 struct statfs64 { argument
/bionic/libc/kernel/uapi/asm-generic/
Dstatfs.h52 struct statfs64 { struct
/bionic/libc/bionic/
Dstatvfs.cpp69 __strong_alias(statfs64, statfs);
/bionic/libc/
Dlibc.mips64.map911 statfs64;
Dlibc.x86_64.map911 statfs64;
Dlibc.arm64.map911 statfs64;
Dlibc.x86.brillo.map967 statfs64;
Dlibc.mips.brillo.map969 statfs64;
Dlibc.arm.brillo.map971 statfs64;
Dlibc.mips.map969 statfs64;
Dlibc.x86.map967 statfs64;
Dlibc.arm.map971 statfs64;
Dlibc.map.txt996 statfs64;
DSYSCALLS.TXT186 int __statfs64:statfs64(const char*, size_t, struct statfs*) arm,mips,x86