Home
last modified time | relevance | path

Searched refs:run_continuous_ffx_command (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/build/fuchsia/test/
H A Dlog_manager.py13 from common import run_continuous_ffx_command
97 log_proc = run_continuous_ffx_command(log_cmd,
105 run_continuous_ffx_command(log_cmd, target_id, stdout=system_log))
H A Dffx_integration.py16 from common import run_continuous_ffx_command, run_ffx_command, SDK_ROOT
138 return run_continuous_ffx_command(command,
237 return run_continuous_ffx_command(symbolize_cmd,
H A Dbrowser_runner.py14 from common import run_continuous_ffx_command, ssh_run, REPO_ALIAS
142 self._browser_proc = run_continuous_ffx_command(
H A Dcommon.py233 proc = run_continuous_ffx_command(**kwargs)
255 def run_continuous_ffx_command(cmd: Iterable[str], function
/aosp_15_r20/external/cronet/build/fuchsia/test/
H A Dlog_manager.py16 register_device_args, run_continuous_ffx_command, \
124 log_proc = run_continuous_ffx_command(log_cmd,
132 run_continuous_ffx_command(log_cmd, target_id, stdout=system_log))
H A Dffx_integration.py16 from common import run_continuous_ffx_command, run_ffx_command, SDK_ROOT
138 return run_continuous_ffx_command(command,
231 return run_continuous_ffx_command(symbolize_cmd,
H A Drun_webpage_test.py11 from common import catch_sigterm, run_continuous_ffx_command, wait_for_sigterm
49 browser_proc = run_continuous_ffx_command(browser_cmd)
H A Dcommon.py218 proc = run_continuous_ffx_command(**kwargs)
240 def run_continuous_ffx_command(cmd: Iterable[str], function