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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
fstatat64.S 16 .globl fstatat
17 .equ fstatat, fstatat64
  /bionic/libc/arch-arm64/syscalls/
fstatat64.S 16 .globl fstatat
17 .equ fstatat, fstatat64
  /bionic/libc/arch-x86_64/syscalls/
fstatat64.S 18 .globl fstatat
19 .equ fstatat, fstatat64
  /bionic/libc/arch-mips/syscalls/
fstatat64.S 21 .globl fstatat
22 .equ fstatat, fstatat64
  /bionic/libc/arch-mips64/syscalls/
fstatat64.S 27 .globl fstatat
28 .equ fstatat, fstatat64
  /bionic/libc/bionic/
lstat.cpp 35 return fstatat(AT_FDCWD, path, sb, AT_SYMLINK_NOFOLLOW);
stat.cpp 35 return fstatat(AT_FDCWD, path, sb, 0);
  /bionic/libc/arch-x86/syscalls/
fstatat64.S 38 .globl fstatat
39 .equ fstatat, fstatat64
  /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-mips64/
stat.c 33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) { function
35 int ret = REAL(fstatat)(dirfd, path, &mips64_stat, flags);
41 return WRAP(fstatat)(dirfd, path, (struct stat_portable*)s, flags);
  /development/ndk/sources/android/libportable/arch-x86_64/
stat.c 33 int WRAP(fstatat)(int dirfd, const char *path, struct stat_portable *s, int flags) { function
35 int ret = REAL(fstatat)(dirfd, path, &x86_64_stat, flags);
41 return WRAP(fstatat)(dirfd, path, (struct stat_portable*)s, 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/header-patches/include/sys/
stat.h 102 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /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 78 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);

Completed in 826 milliseconds

1 2 3 4 5