Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dstatfs.h29 struct statfs { struct
30 __statfs_word f_type; argument
31 __statfs_word f_bsize; argument
32 __statfs_word f_blocks; argument
33 __statfs_word f_bfree; argument
34 __statfs_word f_bavail; argument
35 __statfs_word f_files; argument
36 __statfs_word f_ffree; argument
38 __statfs_word f_namelen; argument
39 __statfs_word f_frsize; argument
[all …]
/aosp12/bionic/libc/bionic/
H A Dsys_statfs.cpp47 int statfs(const char* path, struct statfs* result) { in statfs() function
/aosp12/bionic/libc/include/sys/
H A Dvfs.h75 struct statfs { __STATFS64_BODY }; struct
/aosp12/bionic/tests/
H A Dsys_vfs_test.cpp41 TEST(sys_vfs, statfs) { in TEST() argument
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDiskStatsService.java162 StatFs statfs = new StatFs(path.getPath()); in reportFreeSpace() local