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

  /external/qemu/android/
cmdline-options.h 87 OPT_FLAG ( wipe_data, "reset the user data image (copy it from initdata)" )
main.c 651 opts->wipe_data = 1;
674 if (opts->wipe_data) {
    [all...]
  /bootable/recovery/
recovery.cpp 54 { "wipe_data", no_argument, NULL, 'w' },
89 * --wipe_data - erase user data (and cache), then reboot
100 * 2. main system writes "--wipe_data" to /cache/recovery/command
102 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
732 wipe_data(int confirm, Device* device) { function
801 case Device::WIPE_DATA:
802 wipe_data(ui->IsTextVisible(), device);
948 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
957 case 'w': wipe_data = wipe_cache = 1; break;
    [all...]
  /system/core/fastboot/
fastboot.c 74 static int wipe_data = 0; variable

Completed in 85 milliseconds