Searched refs:start_standing_subprocess (Results 1 – 3 of 3) sorted by relevance
118 from _core.utils import start_standing_subprocess
43 from xdevice import start_standing_subprocess983 device_hilog_proc = start_standing_subprocess(
63 def start_standing_subprocess(cmd, pipe=subprocess.PIPE, return_result=False): function