Home
last modified time | relevance | path

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

/test/vts/tests/kernel_proc_file_api_test/
Dproc_utils.py48 return RunCommand(cmd)
69 return RunCommand(cmd, timeout)
164 def RunCommand(cmd, timeout=None): function
/test/vts-testcase/kernel/utils/
Dadb.py59 return RunCommand(cmd, timeout)
78 def RunCommand(cmd, timeout=None): function