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

  /system/extras/ext4_utils/
make_ext4fs.h 27 int crc, int wipe, int init_itabs);
make_ext4fs_main.c 50 int wipe = 0; local
84 wipe = 1;
113 if (wipe && sparse) {
114 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
119 if (wipe && gzip) {
120 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
143 sparse, crc, wipe, init_itabs);
output_file.h 23 int chunks, int crc, int wipe);
Android.mk 19 wipe.c
ext4_utils.h 149 int wipe);
make_ext4fs.c 262 int crc, int wipe, int init_itabs)
369 write_ext4_image(filename, gzip, sparse, crc, wipe);
output_file.c 21 #include "wipe.h"
347 int chunks, int crc, int wipe)
391 if (wipe)
ext4_utils.c 141 int wipe)
145 count_sparse_chunks(), crc, 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...]
Android.mk 23 wipe \
  /frameworks/base/tests/backup/
test_backup.sh 26 # wipe data for the package participating in backup
28 a shell bmgr wipe "$pkg"
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AccountSyncAdapter.java 19 public void wipe() { method in class:AccountSyncAdapter
AbstractSyncParser.java 142 mAdapter.wipe();
AbstractSyncAdapter.java 78 public abstract void wipe(); method in class:AbstractSyncAdapter
EmailSyncAdapter.java 143 public void wipe() { method in class:EmailSyncAdapter
    [all...]
CalendarSyncAdapter.java 212 public void wipe() { method in class:CalendarSyncAdapter
    [all...]
ContactsSyncAdapter.java 165 public void wipe() { method in class:ContactsSyncAdapter
    [all...]
  /bootable/recovery/
verifier_test.sh 24 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
  /bootable/recovery/applypatch/
imgdiff_test.sh 25 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
applypatch.sh 35 emulator -wipe-data -noaudio -no-window -port $EMULATOR_PORT &
  /frameworks/base/cmds/rawbu/
backup.cpp 63 /* This is just copied from the shell's built-in wipe command. */
64 static int wipe (const char *path) function in namespace:android
108 // we do want to wipe its contents, but not the
135 if (wipe(newpath) == 0) {
514 if (!wipe("/data")) {
  /external/openssl/crypto/
sparccpuid.S 52 ! we wipe it as memcpy might have used it...
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 208 // Concurrent because CalendarSyncAdapter can modify the map during a wipe
585 adapter.wipe();
592 adapter.wipe();
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 236 // Wipe instance table so it will be regenerated
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 600 milliseconds