HomeSort by relevance Sort by last modified time
    Searched defs:fstatat (Results 1 - 8 of 8) sorted by null

  /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-mips64/bionic/
stat.cpp 83 int fstatat(int dirfd, const char* pathname, struct stat* buf, int flags) { function
89 __strong_alias(fstatat64, fstatat);
  /external/toybox/lib/
portability.h 122 #define fstatat fstatat64 macro
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 238 extern int fstatat (int __fd, __const char *__restrict __file,
243 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
248 # define fstatat fstatat64 macro
476 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf,
474 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 240 extern int fstatat (int __fd, __const char *__restrict __file,
245 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
250 # define fstatat fstatat64 macro
478 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf,
476 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 240 extern int fstatat (int __fd, __const char *__restrict __file,
245 extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__restrict __file,
250 # define fstatat fstatat64 macro
478 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf,
476 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, function
  /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...]

Completed in 124 milliseconds