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

1 2

  /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);
  /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);
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);
  /external/bison/darwin-lib/sys/
stat.h 671 # undef fstatat
672 # define fstatat rpl_fstatat
674 _GL_FUNCDECL_RPL (fstatat, int,
677 _GL_CXXALIAS_RPL (fstatat, int,
681 _GL_FUNCDECL_SYS (fstatat, int,
685 _GL_CXXALIAS_SYS (fstatat, int,
688 _GL_CXXALIASWARN (fstatat);
690 # undef fstatat macro
692 _GL_WARN_ON_USE (fstatat, "fstatat is not portable -
    [all...]
  /external/bison/linux-lib/sys/
stat.h 671 # undef fstatat
672 # define fstatat rpl_fstatat
674 _GL_FUNCDECL_RPL (fstatat, int,
677 _GL_CXXALIAS_RPL (fstatat, int,
681 _GL_FUNCDECL_SYS (fstatat, int,
685 _GL_CXXALIAS_SYS (fstatat, int,
688 _GL_CXXALIASWARN (fstatat);
690 # undef fstatat macro
692 _GL_WARN_ON_USE (fstatat, "fstatat is not portable -
    [all...]
  /development/ndk/platforms/android-12/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /development/ndk/platforms/android-19/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /development/ndk/platforms/android-9/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);
  /external/ltrace/etc/
syscalls.conf 132 int fstatat(at_dirfd_t, string, addr, hex(uint));

Completed in 819 milliseconds

1 2