Home
last modified time | relevance | path

Searched refs:fstatat (Results 1 – 25 of 30) 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/ltp/m4/
Dltp-fstatat.m425 AC_CHECK_FUNCS(fstatat,,)
/external/ltp/include/lapi/syscalls/
Daarch64.in80 fstatat 79
/external/toybox/lib/
Ddirtree.c38 if (fstatat(fd, name, &st, AT_SYMLINK_NOFOLLOW*!(flags&DIRTREE_SYMFOLLOW))) in dirtree_add_node()
Dlib.c179 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) { in mkpathat()
/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/strace/tests/
DMakefile.am394 fstatat.c \
/external/toybox/toys/posix/
Dcp.c149 || (!fstatat(cfd, catch, &cst, 0) && cst.st_dev == try->st.st_dev in cp_node()
Dls.c495 if (fstatat(dirfd, sort[next]->symlink, &st2, 0)) color = 256+31; in listfiles()
Dps.c909 if (!fstatat(fd, buf, &st, 0) && S_ISCHR(st.st_mode) in get_ps()
/external/strace/tests-mx32/
DMakefile.am394 fstatat.c \
/external/strace/tests-m32/
DMakefile.am394 fstatat.c \
/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/mesa3d/src/util/
Ddisk_cache.c501 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/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
Dconfig.h.in695 /* Define to 1 if you have the `fstatat' function. */
DChangeLog19638 With the switch of fstatat family tests to USE_ASM_STAT variant,
19643 * tests/fstatat.c (USE_ASM_STAT): Remove.
19657 * tests/fstatat.c (TEST_SYSCALL_INVOKE): Invoke the relevant syscall
24307 * tests/fstatat.c (PRINT_SYSCALL_HEADER): Add errno saving.
33713 tests/fstatat.c: use libtests.
33714 * tests/fstatat.c: Use SKIP_MAIN_UNDEFINED.
34695 Parametrize code from fstatat.c to support <asm/stat.h>
34701 * tests/xstatx.c: New file, based on fstatat.c.
34702 * tests/fstatat.c: Use it.
34776 * configure.ac (AC_CHECK_FUNCS): Add fstatat, ftruncate, and futimens.
[all …]
Dconfigure9977 for ac_func in accept4 be64toh fallocate fanotify_mark fopen64 fork fputs_unlocked fstatat ftruncat…
/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.in351 /* Define to 1 if you have the `fstatat' function. */
Dconfigure.ac3557 fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
/external/python/cpython3/Modules/
Dposixmodule.c2142 result = fstatat(dir_fd, path->narrow, &st, in posix_do_stat()
11655 result = fstatat(self->dir_fd, path, &st, in DirEntry_fetch_stat()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1788 fun:fstatat=uninstrumented

12