Home | History | Annotate | Download | only in recovery

Lines Matching defs:after

108  * After completing, we remove /cache/recovery/command and reboot.
117 * -- after this, rebooting will restart the erase --
121 * -- after this, rebooting will restart the main system --
129 * -- after this, rebooting will attempt to reinstall the update --
133 * -- after this, rebooting will (try to) restart the main system --
140 * -- after this, rebooting will reformat cache & restart main system --
143 * -- after this, rebooting will attempt to reinstall firmware --
146 * -- after this, rebooting will reformat cache & restart main system --
149 * -- after this, rebooting will (try to) restart the main system --
188 // - the bootloader control block (one per line, after "recovery")
248 // always boot into recovery after this (until finish_recovery() is called)
428 // them after the reformat.
1138 Device::BuiltinAction after = shutdown_after ? Device::SHUTDOWN : Device::REBOOT;
1141 if (temp != Device::NO_ACTION) after = temp;
1147 switch (after) {