HomeSort by relevance Sort by last modified time
    Searched refs:execpath (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/lit/lit/formats/
googletest.py 71 def getTestsInExecutable(self, testSuite, path_in_suite, execpath,
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/python/cpython3/Modules/
getpath.c 489 char execpath[MAXPATHLEN+1]; local
528 else if(0 == _NSGetExecutablePath(execpath, &nsexeclength) && execpath[0] == SEP) {
529 size_t r = mbstowcs(progpath, execpath, MAXPATHLEN+1);
531 /* Could not convert execpath, or it's too long. */
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestFormats.py 72 execpath = os.path.join(filepath, subfilename)
75 for name in self.getGTestTests(execpath, litConfig,
TestRunner.py 398 execpath = test.getExecPath()
399 execdir,execbase = os.path.split(execpath)
  /external/python/cpython2/Lib/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/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 601 execpath = test.getExecPath()
602 execdir,execbase = os.path.split(execpath)
    [all...]

Completed in 123 milliseconds