Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.h61 REBOOT = 1, enumerator
Ddevice.cpp36 Device::REBOOT,
Dui.cpp176 case RecoveryUI::REBOOT: in ProcessKey()
321 return REBOOT; in CheckKey()
Dui.h92 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; enumerator
Drecovery.cpp1222 case Device::REBOOT: in prompt_and_wait()
1759 Device::BuiltinAction after = shutdown_after ? Device::SHUTDOWN : Device::REBOOT; in main()