Home
last modified time | relevance | path

Searched defs:stat_portable (Results 1 – 4 of 4) sorted by relevance

/development/ndk/sources/android/libportable/common/include/
Dstat_portable.h24 struct stat_portable { struct
25 unsigned long long st_dev;
26 unsigned char __pad0[4];
28 unsigned long __st_ino;
29 unsigned int st_mode;
30 unsigned int st_nlink;
32 unsigned long st_uid;
33 unsigned long st_gid;
35 unsigned long long st_rdev;
36 unsigned char __pad3[4];
[all …]
/development/ndk/sources/android/libportable/arch-arm/
Dstat.c20 int stat_portable(const char *path, struct stat_portable *s) in stat_portable() function
/development/ndk/sources/android/libportable/arch-x86/
Dstat.c20 int stat_portable(const char *path, struct stat_portable *s) in stat_portable() function
/development/ndk/sources/android/libportable/arch-mips/
Dstat.c20 int stat_portable(const char *path, struct stat_portable *s) in stat_portable() function