Searched defs:statvfs (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dstatvfs.cpp17 #include <sys/statvfs.h>
33 static void __statfs_to_statvfs(const struct statfs& in, struct statvfs* out) {
47 int statvfs(const char* path, struct statvfs* result) { function
56 __strong_alias(statvfs64, statvfs);
58 int fstatvfs(int fd, struct statvfs* result) {
/bionic/libc/include/sys/
H A Dstatvfs.h46 struct statvfs { __STATVFS64_BODY }; struct
62 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2));
64 extern int fstatvfs(int, struct statvfs*) __nonnull((2));

Completed in 35 milliseconds