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

1 2 3 4

  /external/strace/tests/
fstatat.c 33 fstatat(AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
  /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);
  /frameworks/native/libs/diskusage/
dirsize.c 56 if (fstatat(dfd, name, &s, AT_SYMLINK_NOFOLLOW) == 0) {
64 if (fstatat(dfd, name, &s, AT_SYMLINK_NOFOLLOW) == 0) {
  /bionic/libc/arch-arm/syscalls/
fstatat64.S 18 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-mips/syscalls/
fstatat64.S 21 ALIAS_SYMBOL(fstatat, fstatat64)
  /bionic/libc/arch-x86/syscalls/
fstatat64.S 46 ALIAS_SYMBOL(fstatat, fstatat64)
  /external/valgrind/memcheck/tests/solaris/
syscall_at.c 73 /* fstatat */
74 fstatat(dfd, FILENAME, &stats, 0);
75 fstatat(0x42515151, DIRECTORY FILENAME, &stats, 0);
76 fstatat(AT_FDCWD, FILENAME, &stats, 0);
77 fstatat(0x42515152, FILENAME, &stats, 0); /* warning for this one */
syscall_at.stderr.exp 11 Warning: invalid file descriptor 1112625490 in syscall fstatat()
  /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/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /prebuilts/ndk/current/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/current/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/current/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/current/platforms/android-8/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
  /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...]
  /external/libchrome/sandbox/linux/services/
thread_helpers.cc 40 int fstat_ret = fstatat(proc_fd, "self/task/", &task_stat, 0);
55 fstatat(proc_fd, thread_id_dir_str.c_str(), &task_stat, 0);
  /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);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
stat.h 134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);

Completed in 1670 milliseconds

1 2 3 4