Home
last modified time | relevance | path

Searched defs:exec_cmd (Results 1 – 2 of 2) sorted by relevance

/test/xts/tools/lite/reliability/
Dutils.py41 def exec_cmd(cmd, timeout=10, error_print=True, join_result=False, waitOut=False): function
/test/xdevice/src/xdevice/_core/
Dutils.py140 def exec_cmd(cmd, timeout=1 * 60, error_print=True, join_result=False): function