Home
last modified time | relevance | path

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

/external/llvm/utils/lit/lit/formats/
Dgoogletest.py71 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/
Dgooglebenchmark.py82 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/
Dgoogletest.py92 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/
Dbundlebuilder.py470 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/
Dgetpath.c574 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/
DTestFormats.py72 execpath = os.path.join(filepath, subfilename)
75 for name in self.getGTestTests(execpath, litConfig,
DTestRunner.py398 execpath = test.getExecPath()
399 execdir,execbase = os.path.split(execpath)
/external/python/setuptools/setuptools/
Dmsvc.py671 execpath = self.ri.lookup(path, 'installationfolder')
672 if execpath:
674 return execpath
/external/llvm/utils/lit/lit/
DTestRunner.py601 execpath = test.getExecPath()
602 execdir,execbase = os.path.split(execpath)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestRunner.py1185 execpath = test.getExecPath()
1186 execdir,execbase = os.path.split(execpath)