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

  /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);
  /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);
  /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.6/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.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
  /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 298 milliseconds