Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/
DMakefile54 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
55 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media $2 && \
57 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
60 -c $(abspath $(srctree)/$(src)) \
61 -d $(abspath $(BUILDDIR)/.doctrees/$3) \
64 $(abspath $(srctree)/$(src)/$5) \
65 $(abspath $(BUILDDIR)/$3/$4)
105 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean
Dconf.py26 sys.path.insert(0, os.path.abspath('sphinx'))
/Linux-v4.19/Documentation/sphinx/
Dkerneldoc.py64 env.note_dependency(os.path.abspath(filename))
87 env.note_dependency(os.path.abspath(f))
Dload_config.py22 config_file = os.path.abspath(config_file)
Dkernel_include.py88 source_dir = os.path.dirname(os.path.abspath(source))
/Linux-v4.19/tools/testing/selftests/ftrace/
Dftracetest41 abspath() { function
90 OPT_TEST_DIR=`abspath $1`
/Linux-v4.19/scripts/gdb/linux/
DMakefile4 SRCTREE := $(abspath $(srctree))
/Linux-v4.19/tools/build/tests/ex/
DMakefile2 export srctree := $(abspath ../../../..)
/Linux-v4.19/tools/perf/util/
Dllvm-utils.c437 char clang_path[PATH_MAX], llc_path[PATH_MAX], abspath[PATH_MAX], nr_cpus_avail_str[64]; in llvm__compile_bpf() local
447 if (path[0] != '-' && realpath(path, abspath) == NULL) { in llvm__compile_bpf()
519 (path[0] == '-') ? path : abspath); in llvm__compile_bpf()
/Linux-v4.19/tools/scripts/
Dutilities.mak168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
169 _ge-abspath = $(if $(is-executable),$(1))
/Linux-v4.19/tools/testing/selftests/
DMakefile118 INSTALL_PATH := $(abspath $(INSTALL_PATH))
/Linux-v4.19/scripts/kconfig/tests/
Dconftest.py18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
/Linux-v4.19/tools/power/pm-graph/
Dbootgraph.py138 cmdline = '%s -cronjob' % os.path.abspath(sys.argv[0])
147 cmdline += ' %s "%s"' % (arg, os.path.abspath(args.next()))
151 cmdline += ' %s "%s"' % (arg, os.path.abspath(file))
156 cmdline += ' -o "%s"' % os.path.abspath(self.testdir)
Dsleepgraph.py5387 inpath = os.path.abspath(subdir)
5390 outpath = os.path.abspath('.')
/Linux-v4.19/scripts/
Dbpf_helpers_doc.py399 script = os.path.abspath(sys.argv[0])
/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc.py548 flist.append(os.path.abspath(ff))
556 candidate = os.path.abspath(os.path.join(root, filename))
/Linux-v4.19/scripts/kconfig/
DMakefile129 -o cache_dir=$(abspath $(obj)/tests/.cache) \
/Linux-v4.19/
DMakefile1030 $(Q)ln -fsn $(abspath $(srctree)/scripts/gdb/vmlinux-gdb.py)
1251 @ln -s $(abspath $(srctree)) $(MODLIB)/source
1640 …$(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(tools_silent) $(filter --j% -j,$(MAKEFLAGS))" O=$(abspath $(objt…
1644 …$(Q)$(MAKE) LDFLAGS= MAKEFLAGS="$(tools_silent) $(filter --j% -j,$(MAKEFLAGS))" O=$(abspath $(objt…
/Linux-v4.19/samples/bpf/
DMakefile3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src))
/Linux-v4.19/tools/perf/
DMakefile.config11 obj-perf := $(abspath $(obj-perf))/
906 bindir = $(abspath $(prefix)/$(bindir_relative))