Home | History | Annotate | Download | only in recovery

Lines Matching refs:REBOOT

91  *   --wipe_data - erase user data (and cache), then reboot
92 * --wipe_cache - wipe cache (but not user data), then reboot
94 * --just_exit - do nothing; exit and reboot
96 * After completing, we remove /cache/recovery/command and reboot.
110 * 8. main() calls reboot() to boot main system
138 * 9. main() calls reboot() to boot main system
801 case Device::REBOOT:
831 return; // reboot if logs aren't visible
854 return; // reboot if logs aren't visible
869 return; // reboot if logs aren't visible
1083 property_set(ANDROID_RB_PROPERTY, "reboot,");