Home
last modified time | relevance | path

Searched refs:statfs_portable (Results 1 – 3 of 3) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dvfs_portable.h42 struct statfs_portable { __STATFS64_BODY_PORTABLE }; struct
46 void statfs_ntop(struct statfs *n_statfs, struct statfs_portable *p_statfs) { in statfs_ntop()
47 memset(p_statfs, 0, sizeof(struct statfs_portable)); in statfs_ntop()
68 int WRAP(statfs)(const char* path, struct statfs_portable* stat) { in WRAP()
78 return WRAP(statfs)(path, (struct statfs_portable*)stat); in WRAP()
83 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) { in WRAP()
93 return WRAP(fstatfs)(fd, (struct statfs_portable*)stat); in WRAP()
Dstatfs_portable.h23 struct statfs_portable { struct
/development/ndk/sources/android/libportable/arch-mips/
Dstatfs.c23 static inline void statfs_ntop(struct statfs *n_statfs, struct statfs_portable *p_statfs) in statfs_ntop()
25 memset(p_statfs, '\0', sizeof(struct statfs_portable)); in statfs_ntop()
39 int WRAP(statfs)(const char* path, struct statfs_portable* stat) in WRAP()
53 int WRAP(fstatfs)(int fd, struct statfs_portable* stat) in WRAP()