HomeSort by relevance Sort by last modified time
    Searched full:wipe (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /system/core/toolbox/
wipe.c 28 static void wipe (const char *path);
32 fprintf(stderr, "wipe <system|data|all>\n\n"
49 wipe ("/system");
53 wipe ("/data");
57 wipe ("/system");
58 wipe ("/data");
63 wipe ("/system");
64 wipe ("/data");
81 static void wipe (const char *path) function
134 wipe(newpath)
    [all...]
Android.mk 23 wipe \
  /bootable/recovery/
default_recovery_ui.c 28 "wipe data/factory reset",
29 "wipe cache partition",
verifier_test.sh 24 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
recovery.c 71 * --wipe_cache - wipe cache (but not user data), then reboot
607 char* headers[] = { "Confirm wipe of all user data?",
637 ui_print("Data wipe complete.\n");
667 ui_print("Cache wipe complete.\n");
783 ui_print("Data wipe failed.\n");
786 ui_print("Cache wipe failed.\n");
804 if (status != INSTALL_SUCCESS) ui_print("Data wipe failed.\n");
807 if (status != INSTALL_SUCCESS) ui_print("Cache wipe failed.\n");
  /device/htc/passion/recovery/
recovery_ui.c 28 "wipe data/factory reset",
29 "wipe cache partition",
  /packages/apps/Email/res/xml/
device_admin.xml 23 <wipe-data />
  /device/samsung/crespo/recovery/
recovery_ui.c 32 "wipe data/factory reset",
33 "wipe cache partition",
  /frameworks/base/tests/backup/
test_backup.sh 26 # wipe data for the package participating in backup
28 a shell bmgr wipe "$pkg"
  /development/samples/ApiDemos/res/xml/
device_admin_sample.xml 24 <wipe-data />
  /external/qemu/android/
globals.h 20 * wether a data or cache wipe has been in effect.
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerFunctionalTestRunner.java 30 * Precondition: Opened keyboard and wipe the userdata
  /frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd 50 <li>Wipe your emulator data. <p>Some data formats have changed since the last
53 emulator with the <code>-wipe-data</code> option.
54 <p>Windows: <code>emulator -wipe-data</code><br/>
55 Mac/Linux: <code>./emulator -wipe-data</code></p>
  /system/core/rootdir/etc/
init.goldfish.rc 28 # it is created (ie, after a data wipe).
  /external/qemu/android/avd/
info.h 79 /* use to force a data wipe */
83 /* use to wipe cache partition, ignored if NO_CACHE is set */
87 /* use to wipe the system image with new initial values */
  /frameworks/base/docs/html/guide/developing/tools/
bmgr.jd 30 and restore operations so that you don't need to repeatedly wipe data or take similar
105 or saved state information. You can wipe an application's data with the <code>bmgr wipe</code>
108 <pre class="no-pretty-print">adb shell bmgr wipe <em>&lt;package&gt;</em></pre>
134 will explicitly wipe
  /external/chromium/net/base/
gzip_header.h 28 // Wipe the slate clean and start from scratch.
  /frameworks/base/docs/html/sdk/1.0_r1/
upgrading.jd 20 <li>Wipe your emulator data. <p>Some data formats have changed since the last
23 emulator with the <code>-wipe-data</code> option. </p>
24 <p>Windows: <code>emulator -wipe-data</code><br/>
25 Mac/Linux: <code>./emulator -wipe-data</code></p>
  /frameworks/base/docs/html/sdk/1.0_r2/
upgrading.jd 20 <li>Wipe your emulator data. <p>Some data formats have changed since the last
23 emulator with the <code>-wipe-data</code> option. </p>
24 <p>Windows: <code>emulator -wipe-data</code><br/>
25 Mac/Linux: <code>./emulator -wipe-data</code></p>
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 112 * require remote wipe take the max (logical or)
246 // no check required for remote wipe (it's supported, if we're the admin)
274 // local wipe (failed passwords limit)
380 * API: Remote wipe (from server). This is final, there is no confirmation. It will only
388 Log.d(Email.LOG_TAG, "Could not remote wipe because not device admin.");
408 // bits 9..13: password failures -> wipe device (0=disabled)
416 // bit 25: remote wipe capability required
588 + mMaxScreenLockTime + " remote-wipe-req=" + mRequireRemoteWipe + "}";
630 * DevicePolicyManager - complete local wipe after 'n' failures - is sufficient.
  /frameworks/base/docs/html/guide/topics/admin/
device-admin.jd 41 PINs &mdash; across devices. Administrators can also remotely wipe (that is,
56 <li>Security applications that do remote wipe.</li>
152 <li>Wipe the device's data (that is, restore the device to its factory defaults).</li>
183 <li>Wipe the device's data (that is, restore factory settings).</li>
289 &lt;wipe-data /&gt;
448 <li><a href="#wipe">Perform data wipe</a></li>
519 <h4 id="wipe">Perform data wipe</h4>
523 if the device is lost or stolen. Often the decision to wipe the device is th
    [all...]
  /development/ide/emacs/
android-host.el 103 With no ARG, don't wipe the user data.
104 With ARG, wipe the user data."
  /device/htc/common/updater/
firmware.c 160 * bootloader, so all we can really do afterwards is wipe cache and reboot.
180 * come back here, and we will wipe the cache and reboot into
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 174 * <li>Call this when initializing your database, as it might be because of a data wipe.</li>
191 * <li>Call this when initializing your database, as it might be because of a data wipe.</li>
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncParser.java 81 public abstract void wipe(); method in class:AbstractSyncParser
124 wipe(); method

Completed in 793 milliseconds

1 2 3 4 5 6 7