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

/bionic/libc/include/sys/
H A Dstatvfs.h47 struct statvfs64 { __STATVFS64_BODY }; struct
63 int statvfs64(const char* __path, struct statvfs64* __buf) __INTRODUCED_IN(21);
65 int fstatvfs64(int __fd, struct statvfs64* __buf) __INTRODUCED_IN(21);
/bionic/tools/versioner/current/sys/
H A Dstatvfs.h47 struct statvfs64 { __STATVFS64_BODY }; struct
63 int statvfs64(const char* __path, struct statvfs64* __buf) __INTRODUCED_IN(21);
65 int fstatvfs64(int __fd, struct statvfs64* __buf) __INTRODUCED_IN(21);

Completed in 132 milliseconds