Searched refs:fstatfs (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 356 milliseconds