Searched refs:abspath (Results 1 – 9 of 9) sorted by relevance
/tools/build/tests/ex/ |
D | Makefile | 2 export srctree := $(abspath ../../../..)
|
/tools/perf/util/ |
D | llvm-utils.c | 439 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/ |
D | ftracetest | 73 abspath() { function 140 OPT_TEST_DIR=`abspath $1`
|
/tools/scripts/ |
D | utilities.mak | 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup))) 169 _ge-abspath = $(if $(is-executable),$(1))
|
/tools/testing/selftests/ |
D | Makefile | 192 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH))
|
/tools/power/pm-graph/ |
D | bootgraph.py | 143 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)
|
D | sleepgraph.py | 6067 inpath = os.path.abspath(subdir) 6068 outpath = os.path.abspath('.') if local else inpath
|
/tools/testing/selftests/tc-testing/ |
D | tdc.py | 643 flist.append(os.path.abspath(ff)) 651 candidate = os.path.abspath(os.path.join(root, filename))
|
/tools/perf/ |
D | Makefile.config | 12 obj-perf := $(abspath $(obj-perf))/ 1023 bindir = $(abspath $(prefix)/$(bindir_relative))
|