Home
last modified time | relevance | path

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

/aosp_15_r20/tools/asuite/adevice/src/
H A Ddevice.rs261 run_process_with_retry_until_timeout(cmd, args, timeout) in run_cmd_with_retry_until_timeout()
274 pub fn run_process_with_retry_until_timeout( in run_process_with_retry_until_timeout() function
444 let output = run_process_with_retry_until_timeout("sleep", sleep_args, timeout); in timeout_returns_when_process_returns()
457 let output = run_process_with_retry_until_timeout("sleep", sleep_args, timeout); in timeout_exits_when_timeout_hit()
480 let output = run_process_with_retry_until_timeout("sleep", sleep_args, timeout); in timeout_deals_with_process_errors()
493 let output = run_process_with_retry_until_timeout("sleep", sleep_args, timeout); in reboot_wait()