Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dstatvfs.h30 struct statvfs { struct
32 unsigned long f_bsize;
34 unsigned long f_frsize;
59 struct statvfs64 { argument
/bionic/libc/include/bits/
Dsys_statvfs_inlines.h57 __BIONIC_SYS_STATVFS_INLINE int statvfs(const char* __path, in statvfs() function
/bionic/tests/
Dsys_statvfs_test.cpp40 TEST(sys_statvfs, statvfs) { in TEST() argument