Searched refs:execpath (Results 1 – 10 of 10) sorted by relevance
/external/llvm/utils/lit/lit/formats/ |
D | googletest.py | 71 def getTestsInExecutable(self, testSuite, path_in_suite, execpath, argument 73 if not execpath.endswith(self.test_suffix): 75 (dirname, basename) = os.path.split(execpath) 77 for testname in self.getGTestTests(execpath, litConfig, localConfig): 79 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath) 92 execpath = os.path.join(filepath, subfilename) 94 testSuite, dirpath_in_suite, execpath,
|
/external/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 82 execpath = os.path.join(source_path, subdir, fn) 83 testnames = self.getBenchmarkTests(execpath, litConfig, localConfig) 87 file_path=execpath)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/formats/ |
D | googletest.py | 92 execpath = os.path.join(source_path, subdir, fn) 93 testnames = self.getGTestTests(execpath, litConfig, localConfig) 97 file_path=execpath)
|
/external/python/cpython2/Lib/plat-mac/ |
D | bundlebuilder.py | 470 execpath = pathjoin(self.execdir, execname) 472 self.files.append((self.destroot + self.executable, execpath)) 473 self.execpath = execpath 531 self.execpath), 2) 532 dst = pathjoin(self.bundlepath, self.execpath)
|
/external/python/cpython3/Modules/ |
D | getpath.c | 574 char execpath[MAXPATHLEN+1]; in calculate_program_full_path() local 596 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && in calculate_program_full_path() 597 execpath[0] == SEP) in calculate_program_full_path() 600 wchar_t *path = Py_DecodeLocale(execpath, &len); in calculate_program_full_path()
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestFormats.py | 72 execpath = os.path.join(filepath, subfilename) 75 for name in self.getGTestTests(execpath, litConfig,
|
D | TestRunner.py | 398 execpath = test.getExecPath() 399 execdir,execbase = os.path.split(execpath)
|
/external/python/setuptools/setuptools/ |
D | msvc.py | 671 execpath = self.ri.lookup(path, 'installationfolder') 672 if execpath: 674 return execpath
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 601 execpath = test.getExecPath() 602 execdir,execbase = os.path.split(execpath)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestRunner.py | 1185 execpath = test.getExecPath() 1186 execdir,execbase = os.path.split(execpath)
|