Home
last modified time | relevance | path

Searched refs:tmpBase (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dformat.py26 tmpBase = os.path.join(tmpDir, 't')
27 return tmpDir, tmpBase
50 tmpDir, tmpBase = _getTempPaths(test)
51 substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir, tmpBase)
276 _, tmpBase = _getTempPaths(test)
278 return lit.TestRunner._runShTest(test, litConfig, useExternalSh, script, tmpBase)
H A Ddsl.py92 _, tmpBase = libcxx.test.format._getTempPaths(test)
94 res = lit.TestRunner.executeScriptInternal(test, litConfig, tmpBase, parsedCommands, execDir)
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py1006 script = tmpBase + '.script'
1131 tmpBase = os.path.join(tmpDir, execbase)
1132 return tmpDir, tmpBase
1150 tmpBase = tmpBase.replace('\\', '/')
1154 tmpName = tmpBase + '.tmp'
1155 baseName = os.path.basename(tmpBase)
1166 ('%{fs-tmp-root}', pathlib.Path(tmpBase).anchor),
1175 ('%/t', tmpBase.replace('\\', '/') + '.tmp'),
1204 ('%:t', colonNormalizePath(tmpBase + '.tmp')),
1687 lit.util.mkdir_p(os.path.dirname(tmpBase))
[all …]