HomeSort by relevance Sort by last modified time
    Searched full:stat_portable (Results 1 - 3 of 3) sorted by null

  /development/ndk/sources/android/libportable/arch-x86/
stat.c 18 #include <stat_portable.h>
20 /* Note: The Portable Header will define stat to stat_portable */
21 int WRAP(stat)(const char *path, struct stat_portable *s)
29 int WRAP(fstat)(int fd, struct stat_portable *s)
37 int WRAP(lstat)(const char *path, struct stat_portable *s)
45 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags)
  /development/ndk/sources/android/libportable/arch-mips/
stat.c 20 #include <stat_portable.h>
22 /* Note: The Portable Header will define stat to stat_portable */
23 int WRAP(stat)(const char *path, struct stat_portable *s)
37 int WRAP(fstat)(int fd, struct stat_portable *s)
51 int WRAP(lstat)(const char *path, struct stat_portable *s)
65 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags)
  /development/ndk/sources/android/libportable/common/include/
stat_portable.h 24 struct stat_portable { struct
124 static inline void stat_ntop(struct stat *n_stat, struct stat_portable *p_stat)
126 memset(p_stat, '\0', sizeof(struct stat_portable));

Completed in 325 milliseconds