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

1 2 34 5

  /prebuilts/ndk/9/platforms/android-18/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-18/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-18/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-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);
  /bionic/libc/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /development/ndk/platforms/android-L/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.6/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.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/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
stat.h 152 extern int fstatat(int, const char*, struct stat*, int);
  /external/ltrace/etc/
syscalls.conf 132 int fstatat(at_dirfd_t, string, addr, hex(uint));
  /external/chromium_org/sandbox/linux/services/
credentials.cc 245 // It's OK to use proc_self_fd here, fstatat won't modify it.
246 CHECK(fstatat(proc_self_fd, e.d_name, &s, 0) == 0);
  /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);
  /prebuilts/ndk/4/platforms/android-8/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-8/arch-x86/usr/include/sys/
linux-unistd.h 91 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);

Completed in 2259 milliseconds

1 2 34 5