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

  /bootable/recovery/
recovery.cpp 54 { "wipe_data", no_argument, NULL, 'w' },
91 * --wipe_data - erase user data (and cache), then reboot
102 * 2. main system writes "--wipe_data" to /cache/recovery/command
104 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
735 wipe_data(int confirm, Device* device) { function
804 case Device::WIPE_DATA:
805 wipe_data(ui->IsTextVisible(), device);
951 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
960 case 'w': wipe_data = wipe_cache = 1; break;
    [all...]
  /system/core/fastboot/
fastboot.c 74 static int wipe_data = 0; variable

Completed in 1996 milliseconds