Searched refs:realpath (Results 26 - 50 of 60) sorted by relevance

123

/linux-master/Documentation/sphinx/
H A Dmaintainers_include.py180 path = os.path.realpath(path)
H A Dkernel_include.py63 path = os.path.realpath(
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh15 build_location="$(realpath "${cache_dir}"/nolibc-tests/)"
64 build_location="$(realpath "$2")"
136 cross_compile=$(realpath "${download_location}gcc-${crosstool_version}-nolibc/${ct_arch}-${ct_abi}/bin/${ct_arch}-${ct_abi}-")
/linux-master/tools/testing/selftests/arm64/fp/
H A DMakefile4 top_srcdir = $(realpath ../../../../../)
/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/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, $^)) \
/linux-master/tools/scripts/
H A DMakefile.include106 CLANG_CROSS_FLAGS += --gcc-toolchain=$(realpath $(GCC_TOOLCHAIN_DIR)/..)
/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/amd-pstate/
H A Drun.sh198 PERF=`realpath $OPTARG`
/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/
H A Dlib.mk44 selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
H A DMakefile156 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
161 # $(realpath ...) resolves symlinks
162 abs_objtree := $(realpath $(abs_objtree))
/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/perf/util/
H A Dnamespaces.c351 rpath = realpath(path, NULL);
H A Dbuild-id.c649 realname = realpath(debugfile, NULL);
811 realname = realpath(name, NULL);
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py277 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
/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}")"
/linux-master/fs/overlayfs/
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);
H A Dutil.c1514 struct path realpath; local
1520 realinode = ovl_i_path_real(inode, &realpath);
1521 real_idmap = mnt_idmap(realpath.mnt);
/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/tools/perf/bench/
H A Dinject-buildid.c91 dso->name = realpath(fpath, NULL);
/linux-master/tools/lib/bpf/
H A DMakefile5 srctree := $(realpath $(srctree))
/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/arch/x86/intel_sdsi/
H A Dintel_sdsi.c795 if (!realpath(optarg, bin_file)) {
796 perror("realpath");
/linux-master/tools/testing/kunit/
H A Dkunit.py72 parts = os.path.realpath(path).split('tools/testing/kunit')

Completed in 245 milliseconds

123