Searched refs:statvfs (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dstatvfs.h15 struct statvfs { struct
30 int statvfs(const char* __restrict, struct statvfs* __restrict);
31 int fstatvfs(int, struct statvfs*);
H A Dstatfs.h9 #include <sys/statvfs.h>
/fuchsia/zircon/third_party/ulib/musl/src/stat/
H A Dstatvfs.c4 #include <sys/statvfs.h>
21 static void fixup(struct statvfs* out, const struct statfs* in) {
22 *out = (struct statvfs){};
36 int statvfs(const char* restrict path, struct statvfs* restrict buf) { function
44 int fstatvfs(int fd, struct statvfs* buf) {
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk631 $(LOCAL_DIR)/src/stat/statvfs.c \

Completed in 81 milliseconds