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

  /bootable/recovery/
default_device.cpp 69 case 2: return WIPE_DATA;
device.h 70 APPLY_ADB_SIDELOAD, WIPE_DATA, WIPE_CACHE,
90 // reboot from the main system with the --wipe_data flag, or when the
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...]
  /development/samples/ApiDemos/res/xml/
device_admin_lock_wipe.xml 41 android:title="@string/wipe_data"
  /device/asus/fugu/recovery/
recovery_ui.cpp 315 case 2: return WIPE_DATA;
  /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...]
  /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;
  /system/core/init/
builtins.c 481 write(fd, "--wipe_data\n", strlen("--wipe_data\n") + 1);
  /frameworks/base/core/java/android/os/
RecoverySystem.java 422 bootCommand(context, shutdownArg, "--wipe_data", reasonArg, localeArg);
  /system/vold/
cryptfs.c     [all...]
  /development/samples/ApiDemos/res/values/
strings.xml     [all...]
  /prebuilts/android-emulator/linux-x86_64/
emulator-arm 
emulator-mips 
emulator-x86 
  /prebuilts/tools/linux-x86/emulator/
emulator-arm 
emulator-mips 
emulator-x86 

Completed in 338 milliseconds