/external/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() function 68 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function 73 int fstatat(int dirfd, const char *filename, struct stat *statbuf, int flags) in fstatat() function 100 TEST(fstatat(fds[i], filenames[i], &statbuf, flags[i])); in main()
|
/external/toybox/lib/ |
D | dirtree.c | 40 if (fstatat(fd, name, &st, sym)) { in dirtree_add_node() 42 if (errno!=ENOENT || sym || fstatat(fd, name, &st, AT_SYMLINK_NOFOLLOW)) { in dirtree_add_node()
|
D | lib.c | 180 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) { in mkpathat()
|
/external/igt-gpu-tools/tests/ |
D | vgem_basic.c | 275 if (fstatat(dir, de->d_name, &st, 0)) in test_sysfs_read() 304 if (fstatat(dir, de->d_name, &st, 0)) in test_debugfs_read()
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 80 fstatat 79
|
/external/libfuse/ |
D | meson.build | 37 test_funcs = [ 'fork', 'fstatat', 'openat', 'readlinkat', 'pipe2',
|
/external/ltp/ |
D | configure.ac | 74 fstatat \
|
/external/strace/tests-mx32/ |
D | Makefile.am | 394 fstatat.c \
|
/external/strace/tests-m32/ |
D | Makefile.am | 394 fstatat.c \
|
/external/toybox/toys/posix/ |
D | cp.c | 151 || (!fstatat(cfd, catch, &cst, 0) && cst.st_dev == try->st.st_dev in cp_node()
|
D | ls.c | 472 if (fstatat(dirfd, dt->symlink, &st2, 0)) color = 256+31; in listfiles()
|
D | ps.c | 918 if (!fstatat(fd, buf, &st, 0) && S_ISCHR(st.st_mode) in get_ps()
|
/external/strace/tests/ |
D | Makefile.am | 394 fstatat.c \
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 714 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() argument 716 int res = REAL(fstatat)(fd, pathname, buf, flags); in INTERCEPTOR() 720 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(fstatat)
|
/external/kmod/tools/ |
D | depmod.c | 691 fstatat(dirfd(d), name, &st, 0); in cfg_files_filter_out() 1263 if (fstatat(dfd, name, &st, 0) < 0) { in depmod_modules_search_dir() 2641 if (fstatat(dfd, name, &st, 0) < 0) { in depfile_up_to_date_dir() 2715 if (fstatat(dirfd(d), "modules.dep", &st, 0) != 0) { in depfile_up_to_date()
|
/external/igt-gpu-tools/lib/ |
D | igt_debugfs.c | 524 igt_require_f(fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0, in igt_require_pipe_crc()
|
/external/mesa3d/src/util/ |
D | disk_cache_os.c | 302 if (fstatat(dirfd(dir), entry->d_name, &sb, 0) == 0) { in choose_lru_file_matching()
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 712 fstatat(dirfd(d), fn, &st, 0); in conf_files_filter_out()
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 525 pub fn fstatat( in fstatat() function
|
/external/strace/ |
D | NEWS | 359 * Added -e trace=%fstat option for tracing variants of fstat and fstatat 362 status information (stat, lstat, fstat, fstatat, statx, and their 941 * Fixed syscall flags of fstatat*, mmap, mmap2, fadvise64*, swapoff,
|
D | configure.ac | 275 fstatat
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 763 pub fn fstatat( in fstatat() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 720 TEST(MemorySanitizer, fstatat) { in TEST() argument 724 int res = fstatat(dirfd, SUBFILE_TO_READ, st, 0); in TEST()
|
/external/python/cpython3/ |
D | pyconfig.h.in | 371 /* Define to 1 if you have the `fstatat' function. */
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 2265 result = fstatat(dir_fd, path->narrow, &st, in posix_do_stat() 12450 result = fstatat(self->dir_fd, path, &st, in DirEntry_fetch_stat()
|