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

1 2 3 4 5 6

  /bionic/libc/arch-arm/syscalls/
fstatat64.S 16 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-arm64/syscalls/
fstatat64.S 16 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-x86_64/syscalls/
fstatat64.S 18 ALIAS_SYMBOL(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-mips/syscalls/
fstatat64.S 21 ALIAS_SYMBOL(fstatat, fstatat64)
  /development/ndk/sources/android/libportable/common/include/
stat_portable.h 83 int WRAP(fstatat)(int a, const char* p1, struct StatPortable* p2, int b) function
86 int ret = REAL(fstatat)(a, p1, &target_stat_obj, b);
93 return WRAP(fstatat)(a, b, c, d);
  /bionic/libc/arch-x86/syscalls/
fstatat64.S 38 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-mips64/bionic/
stat.cpp 83 int fstatat(int dirfd, const char* pathname, struct stat* buf, int flags) { function
89 __strong_alias(fstatat64, fstatat);
  /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);
  /frameworks/native/libs/diskusage/
dirsize.c 54 if (fstatat(dfd, name, &s, AT_SYMLINK_NOFOLLOW) == 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);

Completed in 916 milliseconds

1 2 3 4 5 6