Home | History | Annotate | Download | only in recovery

Lines Matching full:main

55  * The recovery tool communicates with the main system through /cache files.
73 * 2. main system writes "--wipe_data" to /cache/recovery/command
74 * 3. main system reboots into recovery
80 * -- after this, rebooting will restart the main system --
81 * 8. main() calls reboot() to boot main system
84 * 1. main system downloads OTA package to /cache/some-filename.zip
85 * 2. main system writes "--update_package=CACHE:some-filename.zip"
86 * 3. main system reboots into recovery
92 * -- after this, rebooting will (try to) restart the main system --
95 * 7b; the user reboots (pulling the battery, etc) into the main system
96 * 8. main() calls maybe_install_firmware_update()
99 * -- after this, rebooting will reformat cache & restart main system --
105 * -- after this, rebooting will reformat cache & restart main system --
108 * -- after this, rebooting will (try to) restart the main system --
109 * 9. main() calls reboot() to boot main system
113 * 2. main system writes "--set_encrypted_filesystem=on|off" to
115 * 3. main system reboots into recovery
128 * -- after this, rebooting will restart the main system --
129 * 10. main() calls reboot() to boot main system
246 // By this point, we're ready to return to the main system...
457 main(int argc, char **argv) {
518 // Otherwise, get ready to boot the main system...