Home
last modified time | relevance | path

Searched refs:execpath (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py82 execpath = os.path.join(source_path, subdir, fn)
83 testnames = self.getBenchmarkTests(execpath, litConfig, localConfig)
87 file_path=execpath)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py102 execpath = os.path.join(source_path, subdir, fn)
103 testnames = self.getGTestTests(execpath, litConfig, localConfig)
107 file_path=execpath)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dmkoffload.c540 char *execpath = getenv ("GCC_EXEC_PREFIX"); in main() local
550 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dmkoffload.cc579 char *execpath = getenv ("GCC_EXEC_PREFIX"); in main() local
590 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dmkoffload.c698 char *execpath = getenv ("GCC_EXEC_PREFIX"); in main() local
734 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dmkoffload.cc1129 char *execpath = getenv ("GCC_EXEC_PREFIX"); in main() local
1165 xputenv (concat ("GCC_EXEC_PREFIX=", execpath, NULL)); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py1086 execpath = test.getExecPath()
1087 execdir,execbase = os.path.split(execpath)