Home | History | Annotate | Download | only in recovery

Lines Matching full:wipe

101  *   --wipe_cache - wipe cache (but not user data), then reboot
668 if (should_confirm && !yes_no(device, "Wipe all user data?", " THIS CAN NOT BE UNDONE!")) {
680 ui->Print("Data wipe %s.\n", success ? "complete" : "failed");
686 if (should_confirm && !yes_no(device, "Wipe cache?", " THIS CAN NOT BE UNDONE!")) {
694 ui->Print("Cache wipe %s.\n", success ? "complete" : "failed");