Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 24 of 24) sorted by relevance

/tools/perf/tests/
A Dpe-file-parsing.c79 if (!lstat("./tests", &st)) in test__pe_file_parsing()
85 if (!lstat(path_dir, &st)) in test__pe_file_parsing()
A Dtests-scripts.c53 if (lstat(path2, &st) == 0 && (st.st_mode & S_IFMT) == S_IFLNK) { in shell_tests__dir_fd()
/tools/perf/trace/strace/groups/
A Dfile7 lstat
A Dstring30 lstat
/tools/testing/selftests/proc/
A Dfd-001-lookup.c39 rv = lstat(pathname, &st); in test_lookup_pass()
49 rv = lstat(pathname, &st); in test_lookup_fail()
/tools/testing/selftests/ia64/
A Daliasing-test.c99 r = lstat(path2, &buf); in scan_tree()
188 r = lstat(path2, &buf); in scan_rom()
/tools/testing/selftests/net/mptcp/
A Dmptcp_lib.sh114 local lstat="${4}"
121 cat "${lstat}"
125 [ "${lstat}" != "${cstat}" ] && cat "${cstat}"
/tools/include/nolibc/sys/
A Dstat.h89 int lstat(const char *path, struct stat *buf) in lstat() function
/tools/perf/util/
A Dutil.c166 ret = lstat(path, &statbuf); in rm_rf_depth_pat()
193 ret = lstat(namebuf, &statbuf); in rm_rf_depth_pat()
/tools/thermal/tmon/
A Dtmon.c145 if (lstat(TMON_LOG_FILE, &logstat) < 0) { in prepare_logging()
/tools/testing/selftests/alsa/
A Dconf.c151 if (lstat(path, &sb) != 0) in sysfs_get()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl16 6 n64 lstat sys_newlstat
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl97 84 common lstat sys_newlstat compat_sys_newlstat
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl117 107 common lstat sys_newlstat
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl18 6 common lstat sys_newlstat
A Dsyscall_32.tbl122 107 i386 lstat sys_newlstat compat_sys_newlstat
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl60 49 common lstat sys_newlstat
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl77 68 common lstat sys_newlstat
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl123 107 common lstat sys_newlstat
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl121 107 common lstat sys_newlstat compat_sys_newlstat
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl59 40 common lstat sys_newlstat compat_sys_newlstat
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl144 107 common lstat sys_newlstat compat_sys_newlstat
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl101 107 common lstat sys_newlstat compat_sys_newlstat
/tools/perf/
A Dbuiltin-trace.c1726 if (lstat(linkname, &st) < 0 || st.st_size + 1 > (off_t)sizeof(pathname)) in thread__read_fd_path()

Completed in 30 milliseconds