Searched refs:tmpDir (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| H A D | format.py | 38 tmpDir, _ = lit.TestRunner.getTempPaths(test) 40 tmpDir = os.path.join(tmpDir, testName + '.dir') 41 tmpBase = os.path.join(tmpDir, 't') 42 return tmpDir, tmpBase 66 tmpDir, tmpBase = _getTempPaths(test) 67 substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir, tmpBase)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 1088 tmpDir = os.path.join(execdir, 'Output') 1089 tmpBase = os.path.join(tmpDir, execbase) 1090 return tmpDir, tmpBase 1099 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument 1107 tmpDir = tmpDir.replace('\\', '/') 1120 ('%T', tmpDir)]) 1128 ('%/T', tmpDir.replace('\\', '/')), 1147 regex_escape(tmpDir.replace('\\', '/'))), 1157 ('%:T', colonNormalizePath(tmpDir)), 1600 tmpDir, tmpBase = getTempPaths(test) [all …]
|