Home
last modified time | relevance | path

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

/tools/build/tests/ex/
DMakefile2 export srctree := $(abspath ../../../..)
/tools/perf/util/
Dllvm-utils.c439 char clang_path[PATH_MAX], llc_path[PATH_MAX], abspath[PATH_MAX], nr_cpus_avail_str[64]; in llvm__compile_bpf() local
449 if (path[0] != '-' && realpath(path, abspath) == NULL) { in llvm__compile_bpf()
522 (path[0] == '-') ? path : abspath); in llvm__compile_bpf()
/tools/testing/selftests/ftrace/
Dftracetest73 abspath() { function
140 OPT_TEST_DIR=`abspath $1`
/tools/scripts/
Dutilities.mak168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
169 _ge-abspath = $(if $(is-executable),$(1))
/tools/testing/selftests/
DMakefile192 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH))
/tools/power/pm-graph/
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)
Dsleepgraph.py6067 inpath = os.path.abspath(subdir)
6068 outpath = os.path.abspath('.') if local else inpath
/tools/testing/selftests/tc-testing/
Dtdc.py643 flist.append(os.path.abspath(ff))
651 candidate = os.path.abspath(os.path.join(root, filename))
/tools/perf/
DMakefile.config12 obj-perf := $(abspath $(obj-perf))/
1023 bindir = $(abspath $(prefix)/$(bindir_relative))