Searched refs:RunHostCommand (Results 1 – 2 of 2) sorted by relevance
71 if run_command.RunHostCommand(f) != 0:75 if run_command.RunHostCommand(f, valgrind=True) == 0:185 return run_command.RunHostCommand(full_path, valgrind=valgrind)
150 def RunHostCommand(binary, valgrind=False): function