Searched refs:statfs_portable (Results 1 – 3 of 3) sorted by relevance
/development/ndk/sources/android/libportable/common/include/ |
D | vfs_portable.h | 42 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()
|
D | statfs_portable.h | 23 struct statfs_portable { struct
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | statfs.c | 23 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()
|