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

  /bootable/recovery/
recovery.c 43 { "wipe_data", no_argument, NULL, 'w' },
63 * --wipe_data - erase user data (and cache), then reboot
73 * 2. main system writes "--wipe_data" to /cache/recovery/command
75 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
365 wipe_data(int confirm) { function
423 wipe_data(ui_text_visible());
471 int wipe_data = 0, wipe_cache = 0; local
479 case 'w': wipe_data = wipe_cache = 1; break;
503 } else if (wipe_data) {
  /external/qemu/android/
cmdline-options.h 79 OPT_FLAG ( wipe_data, "reset the use data image (copy it from initdata)" )
main.c     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 209 mWipeDataButton = (Button)findViewById(R.id.wipe_data);
  /system/core/fastboot/
fastboot.c 57 static int wipe_data = 0; variable

Completed in 361 milliseconds