Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.h68 enum BuiltinAction { NO_ACTION, REBOOT, APPLY_EXT, enumerator
Ddefault_device.cpp74 default: return NO_ACTION; in InvokeMenuItem()
Drecovery.cpp854 case Device::NO_ACTION: in prompt_and_wait()
864 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()
871 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()
906 return Device::NO_ACTION; // reboot if logs aren't visible in prompt_and_wait()
930 return Device::NO_ACTION; // reboot if logs aren't visible in prompt_and_wait()
1141 if (temp != Device::NO_ACTION) after = temp; in main()