Home
last modified time | relevance | path

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

/tools/asuite/adevice/src/
Dlib.rs11 pub mod restart_chooser; module
Dmain.rs9 mod restart_chooser; module
Drestart_chooser.rs140 let restart_chooser = RestartChooser::new(&RestartChoice::None); in restart_choice_is_used() localVariable
Dadevice.rs236 let restart_chooser = &RestartChooser::new(&restart_choice); in adevice() localVariable
/tools/asuite/adevice/tests/
Dpartial_program_tests.rs20 let restart_chooser = RestartChooser::new(&RestartChoice::Reboot); in call_update_with_reboot() localVariable