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

  /frameworks/base/core/java/android/service/persistentdata/
PersistentDataBlockManager.java 112 public void wipe() { method in class:PersistentDataBlockManager
114 sService.wipe();
  /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...]
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs_main.c 70 int wipe = 0; local
116 wipe = 1;
164 if (wipe && sparse) {
165 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
170 if (wipe && gzip) {
171 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
204 sparse, crc, wipe, sehnd, verbose);
  /system/extras/ext4_utils/
make_ext4fs_main.c 72 int wipe = 0; local
119 wipe = 1;
190 if (wipe && sparse) {
191 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
196 if (wipe && gzip) {
197 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
230 sparse, crc, wipe, sehnd, verbose, fixed_time, block_list_file);
  /system/vold/
Fat.cpp 172 int Fat::format(const char *fsPath, unsigned int numSectors, bool wipe) {
178 if (wipe) {
179 Fat::wipe(fsPath, numSectors);
231 void Fat::wipe(const char *fsPath, unsigned int numSectors) { function in class:Fat
241 SLOGE("Fat wipe failed to determine size of %s", fsPath);
248 SLOGE("Fat wipe failed to discard blocks on %s", fsPath);
250 SLOGI("Fat wipe %d sectors on %s succeeded", numSectors, fsPath);
254 SLOGE("Fat wipe failed to open device %s", fsPath);
CommandListener.cpp 167 (argc == 4 && strcmp(argv[3], "wipe"))) {
168 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume format <path> [wipe]", false);
171 bool wipe = false; local
172 if (argc >= 4 && !strcmp(argv[3], "wipe")) {
173 wipe = true;
175 rc = vm->formatVolume(argv[2], wipe);
593 const char* syntax = "Usage: cryptfs enablecrypto <wipe|inplace> "
596 || (strcmp(argv[2], "wipe") && strcmp(argv[2], "inplace")) ) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java 157 wipe(); method
236 abstract protected void wipe(); method in class:AbstractSyncParser
AbstractSyncAdapter.java 76 public abstract void wipe(); method in class:AbstractSyncAdapter
EmailSyncParser.java 762 protected void wipe() { method in class:EmailSyncParser
    [all...]
FolderSyncParser.java 214 // act as though we have a bad folder sync key (wipe/reload mailboxes)
239 wipe(); method
766 protected void wipe() { method in class:FolderSyncParser
    [all...]
CalendarSyncParser.java 1385 protected void wipe() { method in class:CalendarSyncParser
    [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 64 /* This is just copied from the shell's built-in wipe command. */
65 static int wipe (const char *path) function in namespace:android
109 // we do want to wipe its contents, but not the
136 if (wipe(newpath) == 0) {
530 if (!wipe("/data")) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 61 public void wipe() { method in class:GeometryMathUtils.GeometryHolder
261 out.wipe();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java 531 void wipe() { method in class:FilterGraph
GraphRunner.java 390 graph.wipe();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 1869 void wipe() function in struct:nv50_ir::SchedDataCalculator::RegScores
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 1869 void wipe() function in struct:nv50_ir::SchedDataCalculator::RegScores
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1305 milliseconds