Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dstatvfs.h47 struct statvfs64 { __STATVFS64_BODY }; struct
63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));
65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
/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/bionic/
Dstatvfs.cpp80 __strong_alias(statvfs64, statvfs);
/bionic/libc/
Dlibc.mips64.map913 statvfs64;
Dlibc.x86_64.map913 statvfs64;
Dlibc.arm64.map913 statvfs64;
Dlibc.x86.brillo.map969 statvfs64;
Dlibc.mips.brillo.map971 statvfs64;
Dlibc.mips.map971 statvfs64;
Dlibc.arm.brillo.map973 statvfs64;
Dlibc.x86.map969 statvfs64;
Dlibc.map.txt998 statvfs64;
Dlibc.arm.map973 statvfs64;