Searched refs:lstat (Results 1 – 25 of 37) sorted by relevance
12
/development/ndk/sources/android/libportable/arch-x86_64/ |
D | stat.c | 45 int WRAP(lstat)(const char *path, struct stat_portable *s) { in WRAP() argument 47 int ret = REAL(lstat)(path, &x86_64_stat); in WRAP() 52 return WRAP(lstat)(path, (struct stat_portable*)s); in WRAP()
|
/development/ndk/sources/android/libportable/arch-mips64/ |
D | stat.c | 45 int WRAP(lstat)(const char *path, struct stat_portable *s) { in WRAP() argument 47 int ret = REAL(lstat)(path, &mips64_stat); in WRAP() 52 return WRAP(lstat)(path, (struct stat_portable*)s); in WRAP()
|
/development/ndk/sources/android/libportable/arch-x86/ |
D | stat.c | 37 int WRAP(lstat)(const char *path, struct stat_portable *s) in WRAP() argument 40 int ret = REAL(lstat)(path, &x86_stat); in WRAP()
|
/development/ndk/platforms/android-3/include/sys/ |
D | stat.h | 87 extern int lstat(const char *, struct stat *); 93 #define lstat64 lstat
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | stat.c | 51 int WRAP(lstat)(const char *path, struct stat_portable *s) in WRAP() argument 60 ret = REAL(lstat)(path, &mips_stat); in WRAP()
|
/development/ndk/platforms/android-3/header-patches/include/sys/ |
D | stat.h | 89 extern int lstat(const char *, struct stat *); 95 #define lstat64 lstat
|
/development/ndk/platforms/android-9/include/sys/ |
D | stat.h | 121 extern int lstat(const char *, struct stat *); 127 #define lstat64 lstat
|
/development/ndk/platforms/android-12/include/sys/ |
D | stat.h | 121 extern int lstat(const char *, struct stat *); 127 #define lstat64 lstat
|
/development/ndk/platforms/android-19/include/sys/ |
D | stat.h | 121 extern int lstat(const char *, struct stat *); 127 #define lstat64 lstat
|
/development/ndk/platforms/android-L/include/sys/ |
D | stat.h | 154 extern int lstat(const char*, struct stat*);
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libc.so.functions.txt | 502 lstat
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
D | libc.so.functions.txt | 505 lstat
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
D | libc.so.functions.txt | 513 lstat
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
D | libc.so.functions.txt | 507 lstat
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
D | libc.so.functions.txt | 585 lstat
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
D | libc.so.functions.txt | 510 lstat
|
/development/ndk/platforms/android-19/arch-x86/symbols/ |
D | libc.so.functions.txt | 511 lstat
|
/development/ndk/platforms/android-19/arch-mips/symbols/ |
D | libc.so.functions.txt | 517 lstat
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
D | libc.so.functions.txt | 516 lstat
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
D | libc.so.functions.txt | 511 lstat
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libc.so.functions.txt | 526 lstat
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libc.so.functions.txt | 508 lstat
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libc.so.functions.txt | 532 lstat
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libc.so.functions.txt | 504 lstat
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libc.so.functions.txt | 503 lstat
|
12