/frameworks/base/core/java/android/service/persistentdata/ |
IPersistentDataBlockService.aidl | 32 void wipe();
|
PersistentDataBlockManager.java | 133 public void wipe() { method in class:PersistentDataBlockManager 135 sService.wipe();
|
/frameworks/base/tests/backup/ |
test_backup.sh | 26 # wipe data for the package participating in backup 28 a shell bmgr wipe "$pkg"
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 76 int wipe = 0; local 126 wipe = 1; 214 if (wipe && sparse) { 215 fprintf(stderr, "Cannot specifiy both wipe and sparse\n"); 220 if (wipe && gzip) { 221 fprintf(stderr, "Cannot specifiy both wipe and gzip\n"); 257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
|
ext4_utils.h | 163 int sparse, int crc, int wipe, int real_uuid,
|
Android.mk | 14 wipe.c \
|
make_ext4fs.c | 21 #include "wipe.h" 683 int sparse, int crc, int wipe, int real_uuid, 866 if (wipe && WIPE_IS_SUPPORTED) {
|
/external/chromium-trace/catapult/devil/devil/android/ |
fastboot_utils.py | 175 def _FlashPartitions(self, partitions, directory, wipe=False, force=False): 181 wipe: If set to true, will automatically detect if cache and userdata 203 if partition in ['cache', 'userdata'] and not wipe: 205 'Not flashing in wipe mode. Skipping partition %s.', partition) 230 def FlashDevice(self, directory, partitions=None, wipe=False): 240 wipe: Wipes cache and userdata if set to true. 246 self._FlashPartitions(partitions, directory, wipe=wipe)
|
fastboot_utils_test.py | 143 self.fastboot._FlashPartitions(_PARTITIONS, 'test', wipe=True)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
flash_device.py | 29 parser.add_argument('-w', '--wipe', action='store_true', 49 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
|
/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 &
|
/packages/apps/Settings/src/com/android/settings/ |
MasterClearConfirm.java | 81 pdbManager.wipe();
|
/external/autotest/server/hosts/ |
adb_host.py | [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/llvm/include/llvm/Support/ |
GenericDomTree.h | 202 /// \brief Wipe this tree's state without releasing any resources. 206 void wipe() { function in class:llvm::DominatorTreeBase 327 Arg.wipe(); 339 RHS.wipe();
|
/frameworks/base/services/core/java/com/android/server/ |
PersistentDataBlockService.java | 446 public void wipe() { 453 Slog.e(TAG, "failed to wipe persistent partition");
|
/external/boringssl/linux-arm/crypto/aes/ |
bsaes-armv7.S | 1325 .Lcbc_dec_bzero:@ wipe key schedule [if any] 1508 .Lctr_enc_bzero:@ wipe key schedule [if any] [all...] |
/prebuilts/go/darwin-x86/src/database/sql/ |
fakedb_test.go | 30 // WIPE 201 func (db *fakeDB) wipe() { func 487 case "WIPE": 548 case "WIPE": 549 db.wipe()
|
/prebuilts/go/linux-x86/src/database/sql/ |
fakedb_test.go | 30 // WIPE 201 func (db *fakeDB) wipe() { func 487 case "WIPE": 548 case "WIPE": 549 db.wipe()
|
/device/google/marlin/ |
device-common.mk | 401 device/google/marlin/recovery.wipe.common
|
/external/autotest/client/bin/ |
partition.py | 796 def wipe(self): member in class:partition [all...] |