Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/utils/
H A Drun.py37 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) function
H A Dssh.py66 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) function