HomeSort by relevance Sort by last modified time
    Searched defs:fstatat64 (Results 1 - 8 of 8) sorted by null

  /bionic/libc/arch-arm/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
16 END(fstatat64)
18 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-arm64/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
14 END(fstatat64)
16 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)
  /bionic/libc/arch-x86_64/syscalls/
fstatat64.S 5 ENTRY(fstatat64) function
16 END(fstatat64)
18 ALIAS_SYMBOL(fstatat, fstatat64)
  /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

Completed in 1173 milliseconds