Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dstatvfs.h46 struct statvfs { __STATVFS64_BODY }; struct
/bionic/tests/
Dsys_statvfs_test.cpp40 TEST(sys_statvfs, statvfs) { in TEST() argument
/bionic/libc/bionic/
Dstatvfs.cpp71 int statvfs(const char* path, struct statvfs* result) { in statvfs() function