Searched refs:realpath (Results 1 - 25 of 60) sorted by last modified time

123

/linux-master/
H A DMakefile42 abs_srctree := $(realpath $(dir $(this-makefile)))
193 # $(realpath ...) gets empty if the path does not exist. Run 'mkdir -p' first.
195 # $(realpath ...) resolves symlinks
196 abs_objtree := $(realpath $(KBUILD_OUTPUT))
/linux-master/rust/
H A DMakefile103 -e 's:<a href="srctree/([^"]+)">:<a href="$(realpath $(srctree))/\1">:g'
416 $(realpath $(srctree)) $(realpath $(objtree)) \
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c243 char *fullname = realpath("execveat", NULL);
244 char *fullname_script = realpath("script", NULL);
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py47 usb_controllers.append(os.path.realpath(d.path))
123 return [os.path.realpath(dirname)]
/linux-master/tools/testing/selftests/
H A DMakefile156 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
161 # $(realpath ...) resolves symlinks
162 abs_objtree := $(realpath $(abs_objtree))
H A Dlib.mk44 selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
H A Drun_kselftest.sh6 BASE_DIR=$(realpath $(dirname $0))
/linux-master/tools/lib/bpf/
H A DMakefile5 srctree := $(realpath $(srctree))
/linux-master/scripts/
H A DMakefile.package30 --output=$$(realpath $@) $(archive-args)
138 s@SRCTREE@$(realpath $(srctree))@" \
193 perf-archive-args = --add-file=$$(realpath $(word 2, $^)) \
194 --add-file=$$(realpath $(word 3, $^)) \
H A Dtags.sh39 tree=$(realpath "$tree")/
105 } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) |
/linux-master/tools/testing/selftests/kvm/
H A DMakefile322 -exec realpath --relative-base=$(PWD) {} \;; \
324 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
/linux-master/tools/testing/selftests/arm64/fp/
H A DMakefile4 top_srcdir = $(realpath ../../../../../)
/linux-master/tools/scripts/
H A DMakefile.include106 CLANG_CROSS_FLAGS += --gcc-toolchain=$(realpath $(GCC_TOOLCHAIN_DIR)/..)
/linux-master/tools/perf/util/
H A Dsymbol.c1000 char *r = realpath(filename, NULL);
2502 symfs = realpath(symbol_conf.symfs, NULL);
H A Dauxtrace.c2722 fn = realpath(filt->filename, filename_buf);
/linux-master/tools/perf/
H A DMakefile.perf297 FEATURE_DUMP_EXPORT := $(realpath $(OUTPUT)FEATURE-DUMP)
299 FEATURE_DUMP_EXPORT := $(realpath $(FEATURES_DUMP))
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A DMakefile1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-master/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A DMakefile1 BPF_TEST_NO_CFI_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/linux-master/fs/overlayfs/
H A Dutil.c1514 struct path realpath; local
1520 realinode = ovl_i_path_real(inode, &realpath);
1521 real_idmap = mnt_idmap(realpath.mnt);
H A Dreaddir.c298 static inline int ovl_dir_read(const struct path *realpath, argument
304 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE);
319 err = ovl_check_whiteouts(realpath, rdd);
351 struct path realpath; local
363 next = ovl_path_next(idx, dentry, &realpath, &layer);
364 rdd.is_upper = ovl_dentry_upper(dentry) == realpath.dentry;
369 err = ovl_dir_read(&realpath, &rdd);
379 err = ovl_dir_read(&realpath, &rdd);
570 struct path realpath; local
580 ovl_path_upper(path->dentry, &realpath);
855 ovl_dir_open_realfile(const struct file *file, const struct path *realpath) argument
948 struct path realpath; local
1071 ovl_check_d_type_supported(const struct path *realpath) argument
[all...]
H A Doverlayfs.h728 int ovl_check_d_type_supported(const struct path *realpath);
857 int ovl_real_fileattr_get(const struct path *realpath, struct fileattr *fa);
858 int ovl_real_fileattr_set(const struct path *realpath, struct fileattr *fa);
/linux-master/security/tomoyo/
H A Dcommon.c106 [TOMOYO_EXEC_REALPATH] = "exec.realpath",
1994 char *realpath = NULL; local
2014 realpath = strstr(header, " exec={ realpath=\"");
2015 if (realpath) {
2016 realpath += 8;
2017 len += tomoyo_truncate(realpath) + 6;
2027 if (realpath)
2028 tomoyo_addprintf(buffer, len, " exec.%s", realpath);
/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py67 os.path.realpath(args.directory),
176 abs_path = os.path.realpath(os.path.join(root_directory, file_path))
/linux-master/tools/testing/selftests/hid/
H A Dvmtest.sh19 SCRIPT_DIR="$(dirname $(realpath $0))"
188 local kernel_checkout=$(realpath "${script_dir}"/../../../../)
254 O="$(realpath "${PWD}/${O}")"
260 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh335 local kernel_checkout=$(realpath "${script_dir}"/../../../../)
393 O="$(realpath "${PWD}/${O}")"
399 KBUILD_OUTPUT="$(realpath "${PWD}/${KBUILD_OUTPUT}")"

Completed in 262 milliseconds

123