/system/core/fastboot/device/ |
D | flashing.h | 25 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe);
|
D | flashing.cpp | 174 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper() argument 196 if (wipe || !old_metadata) { in UpdateSuper()
|
D | commands.cpp | 607 bool wipe = (args.size() >= 3 && args[2] == "wipe"); in UpdateSuperHandler() local 608 return UpdateSuper(device, args[1], wipe); in UpdateSuperHandler()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot_stub.h | 30 bool FinishedSnapshotWrites(bool wipe) override;
|
D | mock_snapshot.h | 28 MOCK_METHOD(bool, FinishedSnapshotWrites, (bool wipe), (override));
|
D | snapshot.h | 134 virtual bool FinishedSnapshotWrites(bool wipe) = 0; 346 bool FinishedSnapshotWrites(bool wipe) override; 731 bool UpdateForwardMergeIndicator(bool wipe);
|
/system/extras/ext4_utils/ |
D | Android.bp | 26 "wipe.cpp",
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_fuzz.cpp | 90 SNAPSHOT_FUZZ_FUNCTION(FinishedSnapshotWrites, bool, bool wipe) { in SNAPSHOT_FUZZ_FUNCTION() argument 91 return snapshot->FinishedSnapshotWrites(wipe); in SNAPSHOT_FUZZ_FUNCTION()
|
D | snapshot.cpp | 283 bool SnapshotManager::FinishedSnapshotWrites(bool wipe) { in FinishedSnapshotWrites() argument 303 if (!UpdateForwardMergeIndicator(wipe)) { in FinishedSnapshotWrites() 3572 bool SnapshotManager::UpdateForwardMergeIndicator(bool wipe) { in UpdateForwardMergeIndicator() argument 3575 if (!wipe) { in UpdateForwardMergeIndicator()
|
/system/core/shell_and_utilities/ |
D | README.md | 45 umount uptime vmstat watchprops wipe 56 touch umount uptime vmstat watchprops wipe 68 sync top touch umount uptime vmstat watchprops wipe 80 stop swapoff swapon sync top touch umount uptime vmstat watchprops wipe 92 top touch umount uptime vmstat watchprops wipe
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | fastbootd.te | 113 # Write permission is required to wipe userdata
|
D | recovery.te | 84 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | fastbootd.te | 114 # Write permission is required to wipe userdata
|
D | recovery.te | 84 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/public/ |
D | fastbootd.te | 114 # Write permission is required to wipe userdata
|
D | recovery.te | 84 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | fastbootd.te | 137 # Write permission is required to wipe userdata
|
D | recovery.te | 84 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | recovery.te | 81 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | recovery.te | 78 # Required to e.g. wipe userdata/cache.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | recovery.te | 83 # Required to e.g. wipe userdata/cache.
|
/system/core/fastboot/ |
D | fastboot.cpp | 1428 bool wipe, bool force_flash); 1451 bool skip_secondary, bool wipe, bool force_flash) in FlashAllTool() argument 1455 wipe_(wipe), in FlashAllTool() 1657 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe, in do_flashall() argument 1659 FlashAllTool tool(LocalImageSource(), slot_override, skip_secondary, wipe, force_flash); in do_flashall()
|
D | README.md | 199 If the last argument is "wipe", then all existing
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 118 override content remaining. adb enable-verity to wipe.
|