Lines Matching refs:WIPE_DATA
76 { "wipe_data", no_argument, NULL, 'w' },
140 * --wipe_data - erase user data (and cache), then reboot
151 * 2. main system writes "--wipe_data" to /cache/recovery/command
153 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
847 static bool wipe_data(int should_confirm, Device* device) {
1227 case Device::WIPE_DATA:
1228 wipe_data(ui->IsTextVisible(), device);
1708 if (!wipe_data(false, device)) {