Home
last modified time | relevance | path

Searched refs:wipe (Results 1 – 22 of 22) sorted by relevance

/system/core/fastboot/device/
Dflashing.h25 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe);
Dflashing.cpp171 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper() argument
193 if (wipe || !old_metadata) { in UpdateSuper()
Dcommands.cpp557 bool wipe = (args.size() >= 3 && args[2] == "wipe"); in UpdateSuperHandler() local
558 return UpdateSuper(device, args[1], wipe); in UpdateSuperHandler()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h29 bool FinishedSnapshotWrites(bool wipe) override;
Dmock_snapshot.h27 MOCK_METHOD(bool, FinishedSnapshotWrites, (bool wipe), (override));
Dsnapshot.h123 virtual bool FinishedSnapshotWrites(bool wipe) = 0;
283 bool FinishedSnapshotWrites(bool wipe) override;
573 bool UpdateForwardMergeIndicator(bool wipe);
/system/extras/ext4_utils/
DAndroid.bp9 "wipe.cpp",
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp90 SNAPSHOT_FUZZ_FUNCTION(FinishedSnapshotWrites, bool, bool wipe) { in SNAPSHOT_FUZZ_FUNCTION() argument
91 return snapshot->FinishedSnapshotWrites(wipe); in SNAPSHOT_FUZZ_FUNCTION()
Dsnapshot.cpp251 bool SnapshotManager::FinishedSnapshotWrites(bool wipe) { in FinishedSnapshotWrites() argument
271 if (!UpdateForwardMergeIndicator(wipe)) { in FinishedSnapshotWrites()
2747 bool SnapshotManager::UpdateForwardMergeIndicator(bool wipe) { in UpdateForwardMergeIndicator() argument
2750 if (!wipe) { in UpdateForwardMergeIndicator()
/system/core/shell_and_utilities/
DREADME.md44 umount uptime vmstat watchprops wipe
55 touch umount uptime vmstat watchprops wipe
67 sync top touch umount uptime vmstat watchprops wipe
79 stop swapoff swapon sync top touch umount uptime vmstat watchprops wipe
91 top touch umount uptime vmstat watchprops wipe
/system/sepolicy/prebuilts/api/29.0/public/
Dfastbootd.te113 # Write permission is required to wipe userdata
Drecovery.te84 # Required to e.g. wipe userdata/cache.
/system/sepolicy/public/
Dfastbootd.te113 # Write permission is required to wipe userdata
Drecovery.te84 # Required to e.g. wipe userdata/cache.
/system/sepolicy/prebuilts/api/30.0/public/
Dfastbootd.te137 # Write permission is required to wipe userdata
Drecovery.te84 # Required to e.g. wipe userdata/cache.
/system/sepolicy/prebuilts/api/26.0/public/
Drecovery.te78 # Required to e.g. wipe userdata/cache.
/system/sepolicy/prebuilts/api/28.0/public/
Drecovery.te81 # Required to e.g. wipe userdata/cache.
/system/core/fastboot/
Dfastboot.cpp1311 …lTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, bool wipe);
1332 …llTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, bool wipe) in FlashAllTool() argument
1336 wipe_(wipe) in FlashAllTool()
1536 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe) { in do_flashall() argument
1537 FlashAllTool tool(LocalImageSource(), slot_override, skip_secondary, wipe); in do_flashall()
DREADME.md199 If the last argument is "wipe", then all existing
/system/sepolicy/prebuilts/api/27.0/public/
Drecovery.te83 # Required to e.g. wipe userdata/cache.
/system/core/fs_mgr/
DREADME.overlayfs.md118 override content remaining. adb enable-verity to wipe.