Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 38) sorted by relevance

12

/linux/Documentation/
A DMakefile74 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
75 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2…
77 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
82 -c $(abspath $(srctree)/$(src)) \
83 -d $(abspath $(BUILDDIR)/.doctrees/$3) \
86 $(abspath $(srctree)/$(src)/$5) \
87 $(abspath $(BUILDDIR)/$3/$4)
136 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
A Dconf.py26 sys.path.insert(0, os.path.abspath('sphinx'))
/linux/tools/bpf/resolve_btfids/
A DMakefile5 srctree := $(abspath $(CURDIR)/../../../)
29 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/
45 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
50 $(abspath $@) install_headers
/linux/kernel/bpf/preload/iterators/
A DMakefile3 abs_out := $(abspath $(OUTPUT))
9 TOOLS_PATH := $(abspath ../../../../tools)
61 OUTPUT=$(abspath $(dir $@))/ prefix= \
62 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
/linux/tools/bpf/runqslower/
A DMakefile4 OUTPUT ?= $(abspath .output)/
9 LIBBPF_SRC := $(abspath ../../lib/bpf)
14 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi)
87 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
/linux/tools/testing/selftests/bpf/bpf_testmod/
A DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
/linux/samples/bpf/
A DMakefile3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src))
65 LIBBPF_OUTPUT = $(abspath $(BPF_SAMPLES_PATH))/libbpf
288 BPFTOOL_OUTPUT := $(abspath $(BPF_SAMPLES_PATH))/bpftool
348 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \
349 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
350 $(abspath ./vmlinux)
351 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
/linux/scripts/clang-tools/
A Dgen_compile_commands.py67 os.path.abspath(args.directory),
190 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
/linux/Documentation/sphinx/
A Dkerneldoc.py73 env.note_dependency(os.path.abspath(filename))
106 env.note_dependency(os.path.abspath(f))
A Dload_config.py22 config_file = os.path.abspath(config_file)
A Dkernel_feat.py91 srctree = path.abspath(os.environ["srctree"])
A Dkernel_abi.py89 srctree = path.abspath(os.environ["srctree"])
/linux/tools/perf/util/
A Dllvm-utils.c458 char clang_path[PATH_MAX], llc_path[PATH_MAX], abspath[PATH_MAX], nr_cpus_avail_str[64]; in llvm__compile_bpf() local
468 if (path[0] != '-' && realpath(path, abspath) == NULL) { in llvm__compile_bpf()
530 (path[0] == '-') ? path : abspath); in llvm__compile_bpf()
/linux/lib/vdso/
A DMakefile3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
/linux/tools/testing/selftests/bpf/
A DMakefile8 CURDIR := $(abspath .)
9 TOOLSDIR := $(abspath ../../..)
15 GENDIR := $(abspath ../../../../include/generated)
140 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
291 -I$(abspath $(OUTPUT)/../usr/include)
A Dtest_bpftool.py15 bpftool_dir = os.path.abspath(os.path.join(cur_dir, "..", "..", "..", "..",
/linux/scripts/gdb/linux/
A DMakefile8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
/linux/tools/build/tests/ex/
A DMakefile2 export srctree := $(abspath ../../../..)
/linux/tools/testing/selftests/
A DMakefile206 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH))
246 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
/linux/tools/testing/selftests/ftrace/
A Dftracetest67 abspath() { function
134 OPT_TEST_DIR=`abspath $1`
/linux/tools/testing/selftests/tc-testing/
A DMakefile4 top_srcdir = $(abspath ../../../..)
/linux/kernel/bpf/preload/
A DMakefile4 LIBBPF_OUT = $(abspath $(obj))/libbpf
/linux/tools/scripts/
A Dutilities.mak168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
169 _ge-abspath = $(if $(is-executable),$(1))
/linux/tools/power/pm-graph/
A Dbootgraph.py143 cmdline = '%s -cronjob' % os.path.abspath(sys.argv[0])
152 cmdline += ' %s "%s"' % (arg, os.path.abspath(next(args)))
156 cmdline += ' %s "%s"' % (arg, os.path.abspath(file))
161 cmdline += ' -o "%s"' % os.path.abspath(self.testdir)
/linux/scripts/kconfig/tests/
A Dconftest.py18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))

Completed in 25 milliseconds

12