/bionic/libc/arch-arm/syscalls/ |
fstatat64.S | 5 ENTRY(fstatat64) function 14 END(fstatat64) 17 .equ fstatat, fstatat64
|
/bionic/libc/arch-arm64/syscalls/ |
fstatat64.S | 5 ENTRY(fstatat64) function 14 END(fstatat64) 17 .equ fstatat, fstatat64
|
/bionic/libc/arch-mips/syscalls/ |
fstatat64.S | 5 ENTRY(fstatat64) function 19 END(fstatat64) 22 .equ fstatat, fstatat64
|
/bionic/libc/arch-mips64/syscalls/ |
fstatat64.S | 5 ENTRY(fstatat64) function 25 END(fstatat64) 28 .equ fstatat, fstatat64
|
/bionic/libc/arch-x86/syscalls/ |
fstatat64.S | 5 ENTRY(fstatat64) function 36 END(fstatat64) 39 .equ fstatat, fstatat64
|
/bionic/libc/arch-x86_64/syscalls/ |
fstatat64.S | 5 ENTRY(fstatat64) function 16 END(fstatat64) 19 .equ fstatat, fstatat64
|
/development/ndk/sources/android/libportable/arch-mips64/ |
stat.c | 39 static inline int WRAP(fstatat64)(int dirfd, const char *path, function
|
/development/ndk/sources/android/libportable/arch-x86_64/ |
stat.c | 39 static inline int WRAP(fstatat64)(int dirfd, const char *path, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
stat.h | 246 fstatat64) __nonnull ((2, 3)); 248 # define fstatat fstatat64 253 extern int fstatat64 (int __fd, __const char *__restrict __file, 525 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, 523 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
stat.h | 246 fstatat64) __nonnull ((2, 3)); 248 # define fstatat fstatat64 253 extern int fstatat64 (int __fd, __const char *__restrict __file, 525 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, 523 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, function
|