Home | History | Annotate | Download | only in testrunner

Lines Matching full:none

37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
38 stdin_input=None):
51 result = None
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
92 # None means direct to stdout
93 output_dest = None
97 stdin_dest = None
108 if output is not None and len(output) > 0:
129 if (not break_loop and timeout_time is not None