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

/bionic/libc/include/sys/
H A 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));

Completed in 155 milliseconds