Searched defs:statfs (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/posix/include/sys/ |
A D | statfs.h | 12 struct statfs { struct 24 int statfs(const char *path, struct statfs *buf); argument
|
/AliOS-Things-master/components/posix/src/ |
A D | fs.c | 14 int statfs(const char *path, struct statfs *buf) in statfs() function
|
/AliOS-Things-master/components/vfs/include/aos/ |
A D | vfs.h | 132 int (*statfs)(file_t *fp, const char *path, struct aos_statfs *suf); member
|
/AliOS-Things-master/components/amp_adapter/portfiles/aos/ |
A D | vfs.h | 132 int (*statfs)(file_t *fp, const char *path, struct aos_statfs *suf); member
|
/AliOS-Things-master/components/amp_adapter/ |
A D | vfs.h | 132 int (*statfs)(file_t *fp, const char *path, struct aos_statfs *suf); member
|
/AliOS-Things-master/components/vfs/include/ |
A D | vfs_types.h | 127 int32_t (*statfs) (vfs_file_t *fp, const char *path, vfs_statfs_t *suf); member
|
Completed in 9 milliseconds