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 678 opts->wipe_data = 1;
701 if (opts->wipe_data) {
706 android_op_wipe_data = opts->wipe_data;
    [all...]
  /bootable/recovery/
recovery.cpp 56 { "wipe_data", no_argument, NULL, 'w' },
97 * --wipe_data - erase user data (and cache), then reboot
108 * 2. main system writes "--wipe_data" to /cache/recovery/command
110 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
637 wipe_data(int confirm, Device* device) { function
774 case Device::WIPE_DATA:
775 wipe_data(ui->IsTextVisible(), device);
921 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
930 case 'w': wipe_data = wipe_cache = 1; break;
    [all...]
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 479 opts->wipe_data = 1;
502 if (opts->wipe_data) {
507 android_op_wipe_data = opts->wipe_data;

Completed in 1214 milliseconds