/bionic/libc/include/sys/ |
stat.h | 144 extern int fstatat(int, const char*, struct stat*, int);
|
/external/toybox/lib/ |
dirtree.c | 37 if (fstatat(fd, name, &st, AT_SYMLINK_NOFOLLOW*!(flags&DIRTREE_SYMFOLLOW)))
|
portability.h | 122 #define fstatat fstatat64 macro
|
lib.c | 173 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) {
|
/external/ltrace/etc/ |
syscalls.conf | 132 int fstatat(at_dirfd_t, string, addr, hex(uint));
|
/system/core/libcutils/ |
fs.c | 219 if (fstatat(fd, segment, &sb, AT_SYMLINK_NOFOLLOW) != 0) { 232 ALOGE("Failed to fstatat(%s): %s", buf, strerror(errno));
|
/bionic/tests/ |
sys_stat_test.cpp | 200 ASSERT_EQ(0, fstatat(AT_FDCWD, linkname, &sb, AT_SYMLINK_NOFOLLOW));
|
/bionic/libc/bionic/ |
fts.c | 818 if (fstatat(dfd, path, sbp, 0)) { 820 if (!fstatat(dfd, path, sbp, AT_SYMLINK_NOFOLLOW)) { 827 } else if (fstatat(dfd, path, sbp, AT_SYMLINK_NOFOLLOW)) {
|
/external/toybox/toys/posix/ |
cp.c | 166 || (!fstatat(cfd, catch, &cst, 0) && cst.st_dev == try->st.st_dev
|
ls.c | 485 if (fstatat(dirfd, sort[next]->symlink, &st2, 0)) color = 256+31;
|
ps.c | 693 if (!fstatat(fd, buf, &st, 0) && S_ISCHR(st.st_mode) [all...] |
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 728 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { 730 int res = REAL(fstatat)(fd, pathname, buf, flags); 734 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(fstatat) [all...] |
/system/vold/ |
Utils.cpp | 472 if (fstatat(dfd, name, &s, AT_SYMLINK_NOFOLLOW) == 0) {
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_openbsd.go | 225 // fstatat
|
zsysnum_dragonfly_amd64.go | 273 SYS_FSTATAT = 505 // { int fstatat(int fd, char *path, \
|
zsysnum_freebsd_386.go | 309 SYS_FSTATAT = 493 // { int fstatat(int fd, char *path, \
|
zsysnum_freebsd_amd64.go | 309 SYS_FSTATAT = 493 // { int fstatat(int fd, char *path, \
|
zsysnum_freebsd_arm.go | 309 SYS_FSTATAT = 493 // { int fstatat(int fd, char *path, \
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_openbsd.go | 225 // fstatat
|
zsysnum_dragonfly_amd64.go | 273 SYS_FSTATAT = 505 // { int fstatat(int fd, char *path, \
|
zsysnum_freebsd_386.go | 309 SYS_FSTATAT = 493 // { int fstatat(int fd, char *path, \
|
zsysnum_freebsd_amd64.go | 309 SYS_FSTATAT = 493 // { int fstatat(int fd, char *path, \
|
zsysnum_freebsd_arm.go | 309 SYS_FSTATAT = 493 // { int fstatat(int fd, char *path, \
|
/external/valgrind/memcheck/tests/solaris/ |
scalar.stderr.exp | [all...] |
/frameworks/native/cmds/installd/ |
commands.cpp | 591 if (fstatat(dfd, name, &s, AT_SYMLINK_NOFOLLOW) == 0) { [all...] |