Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v5.10/scripts/
Ddev-needs.sh131 SUPPLIER=$(realpath $SL/supplier)
160 echo -n $(basename $(realpath $f))
170 echo -n $(basename $(realpath $f))
185 echo -n $(realpath $f)
272 CONSUMER=$(realpath ${CONSUMERS[$i]})
Dtags.sh98 realpath -es $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) \
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_bpftool_build.sh19 SCRIPT_REL_PATH=$(realpath --relative-to=$PWD $0)
21 KDIR_ROOT_DIR=$(realpath $PWD/$SCRIPT_REL_DIR/../../../../)
41 local dir=$(realpath $1)
Dtest_bpftool.py14 cur_dir = os.path.dirname(os.path.realpath(__file__))
/Linux-v5.10/security/tomoyo/
Daudit.c250 char *realpath = NULL; in tomoyo_init_log() local
263 realpath = tomoyo_realpath_from_path(&file->f_path); in tomoyo_init_log()
265 if (!realpath || !bprm_info) in tomoyo_init_log()
268 len += strlen(realpath) + 80 + strlen(bprm_info); in tomoyo_init_log()
280 if (realpath) { in tomoyo_init_log()
285 realpath, bprm->argc, bprm->envc, bprm_info); in tomoyo_init_log()
292 kfree(realpath); in tomoyo_init_log()
DMakefile2 … environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o…
Dcommon.c2002 char *realpath = NULL; in tomoyo_add_entry() local
2022 realpath = strstr(header, " exec={ realpath=\""); in tomoyo_add_entry()
2023 if (realpath) { in tomoyo_add_entry()
2024 realpath += 8; in tomoyo_add_entry()
2025 len += tomoyo_truncate(realpath) + 6; in tomoyo_add_entry()
2035 if (realpath) in tomoyo_add_entry()
2036 tomoyo_addprintf(buffer, len, " exec.%s", realpath); in tomoyo_add_entry()
/Linux-v5.10/fs/overlayfs/
Dreaddir.c294 static inline int ovl_dir_read(struct path *realpath, in ovl_dir_read() argument
300 realfile = ovl_path_open(realpath, O_RDONLY | O_LARGEFILE); in ovl_dir_read()
315 err = ovl_check_whiteouts(realpath->dentry, rdd); in ovl_dir_read()
359 struct path realpath; in ovl_dir_read_merged() local
370 next = ovl_path_next(idx, dentry, &realpath); in ovl_dir_read_merged()
371 rdd.is_upper = ovl_dentry_upper(dentry) == realpath.dentry; in ovl_dir_read_merged()
374 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged()
384 err = ovl_dir_read(&realpath, &rdd); in ovl_dir_read_merged()
564 struct path realpath; in ovl_dir_read_impure() local
574 ovl_path_upper(path->dentry, &realpath); in ovl_dir_read_impure()
[all …]
Dinode.c162 struct path realpath; in ovl_getattr() local
171 type = ovl_path_real(dentry, &realpath); in ovl_getattr()
173 err = vfs_getattr(&realpath, stat, request_mask, flags); in ovl_getattr()
194 ovl_path_lower(dentry, &realpath); in ovl_getattr()
195 err = vfs_getattr(&realpath, &lowerstat, in ovl_getattr()
230 realpath.dentry == ovl_dentry_lowerdata(dentry)) { in ovl_getattr()
244 ovl_path_lowerdata(dentry, &realpath); in ovl_getattr()
245 err = vfs_getattr(&realpath, &lowerdatastat, in ovl_getattr()
/Linux-v5.10/tools/leds/
Dget_led_device_info.sh8 linux_top=$(dirname `realpath $0` | awk -F/ \
18 led_defs_path=`realpath $2`
/Linux-v5.10/arch/powerpc/tools/
Dcheckpatch.sh7 script_base=$(realpath $(dirname $0))
/Linux-v5.10/tools/testing/selftests/
Drun_kselftest.sh6 BASE_DIR=$(realpath $(dirname $0))
Dlib.mk11 selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
/Linux-v5.10/tools/testing/selftests/gpio/
DMakefile16 GPIODIR := $(realpath ../../../gpio)
/Linux-v5.10/tools/testing/selftests/kvm/
DMakefile141 -exec realpath --relative-base=$(PWD) {} \;; \
143 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files
/Linux-v5.10/tools/testing/selftests/arm64/
DMakefile15 top_srcdir = $(realpath ../../../../)
/Linux-v5.10/tools/perf/tests/
Dsdt.c90 tempdir = realpath(__tempdir, NULL); in test__sdt_event()
/Linux-v5.10/tools/testing/selftests/exec/
Dexecveat.c227 char *fullname = realpath("execveat", NULL); in run_tests()
228 char *fullname_script = realpath("script", NULL); in run_tests()
/Linux-v5.10/Documentation/sphinx/
Dmaintainers_include.py182 path = os.path.realpath(path)
Dkernel_include.py62 path = os.path.realpath(
/Linux-v5.10/tools/testing/selftests/mount/
Dnosymfollow-test.c166 char *path = realpath(LINK, NULL); in test_realpath()
/Linux-v5.10/tools/perf/util/
Dnamespaces.c278 rpath = realpath(path, NULL); in nsinfo__realpath()
Dbuild-id.c642 realname = realpath(debugfile, NULL); in build_id_cache__find_debug()
679 realname = realpath(name, NULL); in build_id_cache__add_s()
/Linux-v5.10/arch/arm64/kernel/vdso32/
DMakefile14 COMPAT_GCC_TOOLCHAIN := $(realpath $(COMPAT_GCC_TOOLCHAIN_DIR)/..)
/Linux-v5.10/tools/testing/kunit/
Dkunit.py48 parts = os.path.realpath(parts).split('tools/testing/kunit')

12