OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execpath
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/lit/lit/formats/
googletest.py
65
def getTestsInExecutable(self, testSuite, path_in_suite,
execpath
,
67
if not
execpath
.endswith(self.test_suffix):
69
(dirname, basename) = os.path.split(
execpath
)
71
for testname in self.getGTestTests(
execpath
, litConfig, localConfig):
73
yield lit.Test.Test(testSuite, testPath, localConfig, file_path=
execpath
)
86
execpath
= os.path.join(filepath, subfilename)
88
testSuite, dirpath_in_suite,
execpath
,
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
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
)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
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
)
[
all
...]
/external/llvm/utils/lit/lit/
TestRunner.py
420
execpath
= test.getExecPath()
421
execdir,execbase = os.path.split(
execpath
)
Completed in 1633 milliseconds