Home
last modified time | relevance | path

Searched refs:isTestExe (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dssh.py70 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) function
76 for exe in filter(isTestExe, commandLine):
106 for exe in map(pathOnRemote, filter(isTestExe, commandLine)):
113 commandLine = (pathOnRemote(x) if isTestExe(x) else x for x in commandLine)
H A Drun.py38 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) function
42 for exe in filter(isTestExe, commandLine):