Searched refs:run_continuous_ffx_command (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/angle/build/fuchsia/test/ |
H A D | log_manager.py | 13 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 D | ffx_integration.py | 16 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 D | browser_runner.py | 14 from common import run_continuous_ffx_command, ssh_run, REPO_ALIAS 142 self._browser_proc = run_continuous_ffx_command(
|
H A D | common.py | 233 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 D | log_manager.py | 16 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 D | ffx_integration.py | 16 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 D | run_webpage_test.py | 11 from common import catch_sigterm, run_continuous_ffx_command, wait_for_sigterm 49 browser_proc = run_continuous_ffx_command(browser_cmd)
|
H A D | common.py | 218 proc = run_continuous_ffx_command(**kwargs) 240 def run_continuous_ffx_command(cmd: Iterable[str], function
|