Home
last modified time | relevance | path

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

/external/llvm/test/Other/
Dopt-bisect-helper.py30 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) variable
33 filecheck_result.wait()
34 if filecheck_result.returncode == 0: