Home
last modified time | relevance | path

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

/development/testrunner/test_defs/
Dnative_test.py71 if run_command.RunHostCommand(f) != 0:
75 if run_command.RunHostCommand(f, valgrind=True) == 0:
185 return run_command.RunHostCommand(full_path, valgrind=valgrind)
/development/testrunner/
Drun_command.py150 def RunHostCommand(binary, valgrind=False): function