Searched refs:fstatfs (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/bionic/
H A Dstatvfs.cpp51 int fstatfs(int fd, struct statfs* result) { function
59 __strong_alias(fstatfs64, fstatfs);
84 int rc = fstatfs(fd, &tmp);
H A Dpathconf.cpp152 if (fstatfs(fd, &sb) == -1) {
H A Dgetentropy_linux.c497 HX(fstatfs(0, &stfs) == -1,
/bionic/tests/
H A Dsys_vfs_test.cpp53 TEST(sys_vfs, fstatfs) {
56 ASSERT_EQ(0, fstatfs(fd, &sb));
/bionic/libc/include/sys/
H A Dvfs.h142 extern int fstatfs(int, struct statfs*) __nonnull((2));

Completed in 112 milliseconds