Home | History | Annotate | Download | only in recovery

Lines Matching defs:wipe_data

53   { "wipe_data", no_argument, NULL, 'w' },
85 * --wipe_data - erase user data (and cache), then reboot
96 * 2. main system writes "--wipe_data" to /cache/recovery/command
98 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
632 wipe_data(int confirm, Device* device) {
701 case Device::WIPE_DATA:
702 wipe_data(ui->IsTextVisible(), device);
833 int wipe_data = 0, wipe_cache = 0, show_text = 0;
842 case 'w': wipe_data = wipe_cache = 1; break;
916 } else if (wipe_data) {