Home
last modified time | relevance | path

Searched refs:RunCommandInSubProcess (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/testing/chromoting/
H A Dchromoting_test_utilities.py41 def RunCommandInSubProcess(command): function
71 RunCommandInSubProcess(CHROMOTING_HOST_PATH + ' --stop')
76 RunCommandInSubProcess('rm %s' % host_log)
136 RunCommandInSubProcess(CHROMOTING_HOST_PATH + ' --stop')
139 results = RunCommandInSubProcess(CHROMOTING_HOST_PATH + ' --start')
H A Dbrowser_tests_launcher.py20 from chromoting_test_utilities import RunCommandInSubProcess
64 results = RunCommandInSubProcess(command)
H A Dchromoting_test_driver_launcher.py17 from chromoting_test_utilities import RunCommandInSubProcess
55 results = RunCommandInSubProcess(command)