HomeSort by relevance Sort by last modified time
    Searched refs:statfs_portable (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
statfs.c 21 #include <statfs_portable.h>
23 static inline void statfs_ntop(struct statfs *n_statfs, struct statfs_portable *p_statfs)
25 memset(p_statfs, '\0', sizeof(struct statfs_portable));
38 int WRAP(statfs)(const char* path, struct statfs_portable* stat)
52 int WRAP(fstatfs)(int fd, struct statfs_portable* stat)
  /development/ndk/sources/android/libportable/common/include/
statfs_portable.h 23 struct statfs_portable { struct

Completed in 131 milliseconds