Home
last modified time | relevance | path

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

/llvm-project/libcxx/utils/
H A Drun.py40 isTestExe = lambda exe: exe.endswith(".tmp.exe") and os.path.exists(exe) function
H A Dssh.py76 isTestExe = lambda exe: exe.endswith(".tmp.exe") and os.path.exists(exe) function