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

1 2 3 4

  /bionic/libc/arch-mips/syscalls/
fstatat.S 4 .globl fstatat
6 .ent fstatat
8 fstatat: label
22 .end fstatat
  /bionic/libc/arch-arm/syscalls/
fstatat.S 5 ENTRY(fstatat) function
14 END(fstatat)
  /bionic/libc/arch-x86/syscalls/
fstatat.S 5 .type fstatat, @function
6 .globl fstatat
9 fstatat: label
  /development/ndk/sources/android/libportable/arch-arm/
stat.c 37 return fstatat(dirfd, path, s, flags);
  /development/ndk/sources/android/libportable/arch-mips/
stat.c 47 int ret = fstatat(dirfd, path, &mips_stat, flags);
  /development/ndk/sources/android/libportable/arch-x86/
stat.c 47 int ret = fstatat(dirfd, path, &x86_stat, flags);
  /frameworks/base/libs/diskusage/
dirsize.c 52 if (fstatat(dfd, name, &s, AT_SYMLINK_NOFOLLOW) == 0) {
  /development/ndk/platforms/android-3/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /gdk/headers/include/sys/
stat.h 101 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);

Completed in 4264 milliseconds

1 2 3 4