Home
last modified time | relevance | path

Searched refs:getExecPath (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/
DTest.py216 def getExecPath(self, components): member in TestSuite
301 def getExecPath(self): member in Test
302 return self.suite.getExecPath(self.path_in_suite)
Ddiscovery.py217 file_execpath = ts.getExecPath(subpath)
DTestRunner.py1128 execpath = test.getExecPath()
1949 execdir = os.path.dirname(test.getExecPath())
/openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/
Dformat.py24 _, testName = os.path.split(test.getExecPath())
Ddsl.py93 execDir = os.path.dirname(test.getExecPath())