HomeSort by relevance Sort by last modified time
    Searched refs:fstatat (Results 1 - 25 of 91) 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 6 ENTRY(fstatat) function
15 END(fstatat)
  /bionic/libc/arch-x86/syscalls/
fstatat.S 6 ENTRY(fstatat) function
30 END(fstatat)
  /development/ndk/sources/android/libportable/arch-x86/
stat.c 45 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) function
48 int ret = REAL(fstatat)(dirfd, path, &x86_stat, flags);
  /development/ndk/sources/android/libportable/arch-mips/
stat.c 65 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) function
74 ret = REAL(fstatat)(dirfd, path, &mips_stat, flags);
  /frameworks/native/libs/diskusage/
dirsize.c 53 if (fstatat(dfd, name, &s, AT_SYMLINK_NOFOLLOW) == 0) {
  /external/bison/lib/
sys_stat.in.h 359 # undef fstatat
360 # define fstatat rpl_fstatat
362 _GL_FUNCDECL_RPL (fstatat, int,
365 _GL_CXXALIAS_RPL (fstatat, int,
369 _GL_FUNCDECL_SYS (fstatat, int,
373 _GL_CXXALIAS_SYS (fstatat, int,
376 _GL_CXXALIASWARN (fstatat);
378 # undef fstatat
380 _GL_WARN_ON_USE (fstatat, "fstatat is not portable -
    [all...]
  /development/ndk/platforms/android-3/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /external/chromium_org/sandbox/linux/services/
thread_helpers.cc 60 fstatat(proc_self_task, thread_id_dir_str.c_str(), &task_stat, 0);
  /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 1349 milliseconds

1 2 3 4