Home
last modified time | relevance | path

Searched defs:sleep_args (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/asuite/adevice/src/
H A Ddevice.rs443 let sleep_args = &["3".to_string()]; in timeout_returns_when_process_returns() localVariable
455 let sleep_args = &["7".to_string()]; in timeout_exits_when_timeout_hit() localVariable
478 let sleep_args = &["--bad-arg".to_string(), "7".to_string()]; in timeout_deals_with_process_errors() localVariable
491 let sleep_args = &["--bad-arg".to_string(), "7".to_string()]; in reboot_wait() localVariable