Home
last modified time | relevance | path

Searched refs:stat_portable (Results 1 – 5 of 5) sorted by relevance

/development/ndk/sources/android/libportable/arch-x86_64/
Dstat.c22 int WRAP(fstat)(int fd, struct stat_portable *s) { in WRAP()
29 return WRAP(fstat)(fd, (struct stat_portable*)s); in WRAP()
33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) { in WRAP()
41 return WRAP(fstatat)(dirfd, path, (struct stat_portable*)s, flags); in WRAP()
45 int WRAP(lstat)(const char *path, struct stat_portable *s) { in WRAP()
52 return WRAP(lstat)(path, (struct stat_portable*)s); in WRAP()
56 int WRAP(stat)(const char* path, struct stat_portable* s) { in WRAP()
63 return WRAP(stat)(path, (struct stat_portable*)s); in WRAP()
/development/ndk/sources/android/libportable/arch-mips64/
Dstat.c22 int WRAP(fstat)(int fd, struct stat_portable *s) { in WRAP()
29 return WRAP(fstat)(fd, (struct stat_portable*)s); in WRAP()
33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) { in WRAP()
41 return WRAP(fstatat)(dirfd, path, (struct stat_portable*)s, flags); in WRAP()
45 int WRAP(lstat)(const char *path, struct stat_portable *s) { in WRAP()
52 return WRAP(lstat)(path, (struct stat_portable*)s); in WRAP()
56 int WRAP(stat)(const char* path, struct stat_portable* s) { in WRAP()
63 return WRAP(stat)(path, (struct stat_portable*)s); in WRAP()
/development/ndk/sources/android/libportable/arch-x86/
Dstat.c21 int WRAP(stat)(const char *path, struct stat_portable *s) in WRAP()
29 int WRAP(fstat)(int fd, struct stat_portable *s) in WRAP()
37 int WRAP(lstat)(const char *path, struct stat_portable *s) in WRAP()
45 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) in WRAP()
/development/ndk/sources/android/libportable/arch-mips/
Dstat.c23 int WRAP(stat)(const char *path, struct stat_portable *s) in WRAP()
37 int WRAP(fstat)(int fd, struct stat_portable *s) in WRAP()
51 int WRAP(lstat)(const char *path, struct stat_portable *s) in WRAP()
65 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) in WRAP()
/development/ndk/sources/android/libportable/common/include/
Dstat_portable.h49 struct stat_portable { __STAT64_BODY_PORTABLE }; struct
53 void stat_ntop(struct stat *n_stat, struct stat_portable *p_stat) in stat_ntop()
55 memset(p_stat, '\0', sizeof(struct stat_portable)); in stat_ntop()
77 struct stat_portable { struct
177 static inline void stat_ntop(struct stat *n_stat, struct stat_portable *p_stat) in stat_ntop()
179 memset(p_stat, '\0', sizeof(struct stat_portable)); in stat_ntop()