Home
last modified time | relevance | path

Searched defs:wipe (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/device/
Dflashing.cpp171 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper()
Dcommands.cpp557 bool wipe = (args.size() >= 3 && args[2] == "wipe"); in UpdateSuperHandler() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp90 SNAPSHOT_FUZZ_FUNCTION(FinishedSnapshotWrites, bool, bool wipe) { in SNAPSHOT_FUZZ_FUNCTION() argument
Dsnapshot.cpp251 bool SnapshotManager::FinishedSnapshotWrites(bool wipe) { in FinishedSnapshotWrites()
2747 bool SnapshotManager::UpdateForwardMergeIndicator(bool wipe) { in UpdateForwardMergeIndicator()
/system/core/fastboot/
Dfastboot.cpp1332 …llTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, bool wipe) in FlashAllTool()
1536 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe) { in do_flashall()