HomeSort by relevance Sort by last modified time
    Searched refs:fstatat64 (Results 1 - 25 of 67) sorted by null

1 2 3

  /bionic/libc/arch-arm64/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
14 END(fstatat64)
16 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-x86_64/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
16 END(fstatat64)
18 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-arm/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
16 END(fstatat64)
18 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-mips/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
19 END(fstatat64)
21 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-x86/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
44 END(fstatat64)
46 ALIAS_SYMBOL(fstatat, fstatat64)
  /system/tpm/trunks/
trunksd-seccomp-x86.policy 43 fstatat64: 1
  /external/strace/
stat64.c 63 SYS_FUNC(fstatat64)
  /external/toybox/lib/
portability.h 95 #define fstatat fstatat64
96 int fstatat64(int dirfd, const char *pathname, void *buf, int flags);
  /external/valgrind/memcheck/tests/x86-solaris/
scalar.stderr.exp 4 Syscall param fstatat64(fildes) contains uninitialised byte(s)
7 Syscall param fstatat64(path) contains uninitialised byte(s)
10 Syscall param fstatat64(buf) contains uninitialised byte(s)
13 Syscall param fstatat64(flag) contains uninitialised byte(s)
16 Syscall param fstatat64(path) points to unaddressable byte(s)
20 Syscall param fstatat64(buf) points to unaddressable byte(s)
  /bionic/libc/arch-mips64/bionic/
stat.cpp 89 __strong_alias(fstatat64, fstatat);
  /development/ndk/platforms/android-21/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 248 fstatat64) __nonnull ((2, 3));
250 # define fstatat fstatat64
255 extern int fstatat64 (int __fd, __const char *__restrict __file,
527 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf,
525 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 248 fstatat64) __nonnull ((2, 3));
250 # define fstatat fstatat64
255 extern int fstatat64 (int __fd, __const char *__restrict __file,
527 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf,
525 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, function
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/sys/
stat.h 153 extern int fstatat64(int, const char*, struct stat64*, int);

Completed in 880 milliseconds

1 2 3