Home
last modified time | relevance | path

Searched defs:statfs_portable (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dstatfs_portable.h23 struct statfs_portable { struct
24 uint32_t f_type;
25 uint32_t f_bsize;
26 uint64_t f_blocks;
27 uint64_t f_bfree;
28 uint64_t f_bavail;
29 uint64_t f_files;
30 uint64_t f_ffree;
31 __fsid_t f_fsid;
32 uint32_t f_namelen;
[all …]
Dvfs_portable.h42 struct statfs_portable { __STATFS64_BODY_PORTABLE }; struct