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 57 { "wipe_data", no_argument, NULL, 'w' },
103 * --wipe_data - erase user data (and cache), then reboot
114 * 2. main system writes "--wipe_data" to /cache/recovery/command
116 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
684 wipe_data(int confirm, Device* device) { function
861 case Device::WIPE_DATA:
862 wipe_data(ui->IsTextVisible(), device);
1008 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
    [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 149 milliseconds