HomeSort by relevance Sort by last modified time
    Searched defs:wipe_data (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
recovery.c 45 { "wipe_data", no_argument, NULL, 'w' },
73 * --wipe_data - erase user data (and cache), then reboot
83 * 2. main system writes "--wipe_data" to /cache/recovery/command
85 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
607 wipe_data(int confirm) { function
667 wipe_data(ui_text_visible());
749 int wipe_data = 0, wipe_cache = 0; local
757 case 'w': wipe_data = wipe_cache = 1; break;
803 } else if (wipe_data) {
  /system/core/fastboot/
fastboot.c 59 static int wipe_data = 0; variable

Completed in 54 milliseconds