Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsys_statvfs.cpp34 int statvfs(const char* path, struct statvfs* result) { in statvfs() function
/bionic/libc/include/sys/
Dstatvfs.h60 struct statvfs { __STATVFS64_BODY __STATVFS64_CODA }; struct
/bionic/tests/
Dsys_statvfs_test.cpp50 TEST(sys_statvfs, statvfs) { in TEST() argument