Home
last modified time | relevance | path

Searched refs:fstatat (Results 1 – 25 of 36) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/fstatat/
Dfstatat01.c63 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/
Ddirtree.c40 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()
Dlib.c180 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) { in mkpathat()
/external/igt-gpu-tools/tests/
Dvgem_basic.c275 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/
Daarch64.in80 fstatat 79
/external/libfuse/
Dmeson.build37 test_funcs = [ 'fork', 'fstatat', 'openat', 'readlinkat', 'pipe2',
/external/ltp/
Dconfigure.ac74 fstatat \
/external/strace/tests-mx32/
DMakefile.am394 fstatat.c \
/external/strace/tests-m32/
DMakefile.am394 fstatat.c \
/external/toybox/toys/posix/
Dcp.c151 || (!fstatat(cfd, catch, &cst, 0) && cst.st_dev == try->st.st_dev in cp_node()
Dls.c472 if (fstatat(dirfd, dt->symlink, &st2, 0)) color = 256+31; in listfiles()
Dps.c918 if (!fstatat(fd, buf, &st, 0) && S_ISCHR(st.st_mode) in get_ps()
/external/strace/tests/
DMakefile.am394 fstatat.c \
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc714 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/
Ddepmod.c691 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/
Digt_debugfs.c524 igt_require_f(fstatat(dir, "crtc-0/crc/control", &stat, 0) == 0, in igt_require_pipe_crc()
/external/mesa3d/src/util/
Ddisk_cache_os.c302 if (fstatat(dirfd(dir), entry->d_name, &sb, 0) == 0) { in choose_lru_file_matching()
/external/kmod/libkmod/
Dlibkmod-config.c712 fstatat(dirfd(d), fn, &st, 0); in conf_files_filter_out()
/external/rust/crates/libc/src/
Dwasi.rs525 pub fn fstatat( in fstatat() function
/external/strace/
DNEWS359 * 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,
Dconfigure.ac275 fstatat
/external/rust/crates/libc/src/unix/
Dmod.rs763 pub fn fstatat( in fstatat() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc720 TEST(MemorySanitizer, fstatat) { in TEST() argument
724 int res = fstatat(dirfd, SUBFILE_TO_READ, st, 0); in TEST()
/external/python/cpython3/
Dpyconfig.h.in371 /* Define to 1 if you have the `fstatat' function. */
/external/python/cpython3/Modules/
Dposixmodule.c2265 result = fstatat(dir_fd, path->narrow, &st, in posix_do_stat()
12450 result = fstatat(self->dir_fd, path, &st, in DirEntry_fetch_stat()

12