HomeSort by relevance Sort by last modified time
    Searched refs:fstatat (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /development/ndk/platforms/android-21/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 238 extern int fstatat (int __fd, __const char *__restrict __file,
243 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
248 # define fstatat fstatat64 macro
476 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf,
474 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 240 extern int fstatat (int __fd, __const char *__restrict __file,
245 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
250 # define fstatat fstatat64 macro
478 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf,
476 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 240 extern int fstatat (int __fd, __const char *__restrict __file,
245 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
250 # define fstatat fstatat64 macro
478 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf,
476 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, function
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /bionic/libc/include/sys/
stat.h 144 extern int fstatat(int, const char*, struct stat*, int);
  /external/toybox/lib/
dirtree.c 37 if (fstatat(fd, name, &st, AT_SYMLINK_NOFOLLOW*!(flags&DIRTREE_SYMFOLLOW)))
portability.h 122 #define fstatat fstatat64 macro
  /external/ltrace/etc/
syscalls.conf 132 int fstatat(at_dirfd_t, string, addr, hex(uint));
  /system/core/libcutils/
fs.c 183 if (fstatat(fd, segment, &sb, AT_SYMLINK_NOFOLLOW) != 0) {
196 ALOGE("Failed to fstatat(%s): %s", buf, strerror(errno));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 91 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 91 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 91 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 91 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);

Completed in 2239 milliseconds

1 2 34 5 6