Searched refs:lstat (Results 1 – 24 of 24) sorted by relevance
| /tools/perf/tests/ |
| A D | pe-file-parsing.c | 79 if (!lstat("./tests", &st)) in test__pe_file_parsing() 85 if (!lstat(path_dir, &st)) in test__pe_file_parsing()
|
| A D | tests-scripts.c | 53 if (lstat(path2, &st) == 0 && (st.st_mode & S_IFMT) == S_IFLNK) { in shell_tests__dir_fd()
|
| /tools/perf/trace/strace/groups/ |
| A D | file | 7 lstat
|
| A D | string | 30 lstat
|
| /tools/testing/selftests/proc/ |
| A D | fd-001-lookup.c | 39 rv = lstat(pathname, &st); in test_lookup_pass() 49 rv = lstat(pathname, &st); in test_lookup_fail()
|
| /tools/testing/selftests/ia64/ |
| A D | aliasing-test.c | 99 r = lstat(path2, &buf); in scan_tree() 188 r = lstat(path2, &buf); in scan_rom()
|
| /tools/testing/selftests/net/mptcp/ |
| A D | mptcp_lib.sh | 114 local lstat="${4}" 121 cat "${lstat}" 125 [ "${lstat}" != "${cstat}" ] && cat "${cstat}"
|
| /tools/include/nolibc/sys/ |
| A D | stat.h | 89 int lstat(const char *path, struct stat *buf) in lstat() function
|
| /tools/perf/util/ |
| A D | util.c | 166 ret = lstat(path, &statbuf); in rm_rf_depth_pat() 193 ret = lstat(namebuf, &statbuf); in rm_rf_depth_pat()
|
| /tools/thermal/tmon/ |
| A D | tmon.c | 145 if (lstat(TMON_LOG_FILE, &logstat) < 0) { in prepare_logging()
|
| /tools/testing/selftests/alsa/ |
| A D | conf.c | 151 if (lstat(path, &sb) != 0) in sysfs_get()
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 16 6 n64 lstat sys_newlstat
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 97 84 common lstat sys_newlstat compat_sys_newlstat
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 117 107 common lstat sys_newlstat
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 18 6 common lstat sys_newlstat
|
| A D | syscall_32.tbl | 122 107 i386 lstat sys_newlstat compat_sys_newlstat
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 60 49 common lstat sys_newlstat
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 77 68 common lstat sys_newlstat
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 123 107 common lstat sys_newlstat
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 121 107 common lstat sys_newlstat compat_sys_newlstat
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 59 40 common lstat sys_newlstat compat_sys_newlstat
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 144 107 common lstat sys_newlstat compat_sys_newlstat
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 101 107 common lstat sys_newlstat compat_sys_newlstat
|
| /tools/perf/ |
| A D | builtin-trace.c | 1726 if (lstat(linkname, &st) < 0 || st.st_size + 1 > (off_t)sizeof(pathname)) in thread__read_fd_path()
|
Completed in 30 milliseconds