Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h57 ENTER_RESCUE = 16, enumerator
/bootable/recovery/recovery_ui/
Ddevice.cpp40 { "Enter rescue", Device::ENTER_RESCUE },
/bootable/recovery/
Drecovery.cpp546 case Device::ENTER_RESCUE: { in prompt_and_wait()
551 if (chosen_action == Device::ENTER_RESCUE) { in prompt_and_wait()
Drecovery_main.cpp429 device->RemoveMenuItemForAction(Device::ENTER_RESCUE); in main()