Searched refs:call_and_report (Results 1 – 4 of 4) sorted by relevance
40 def call_and_report(analyzer_cmd, build_cmd): function60 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
7 from . import call_and_report33 return call_and_report(cmd, [])
41 def call_and_report(analyzer_cmd, build_cmd): function61 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
8 from . import call_and_report34 return call_and_report(cmd, [])