Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dflashing.cpp174 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper()
Dcommands.cpp607 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.cpp283 bool SnapshotManager::FinishedSnapshotWrites(bool wipe) { in FinishedSnapshotWrites()
3572 bool SnapshotManager::UpdateForwardMergeIndicator(bool wipe) { in UpdateForwardMergeIndicator()
/system/core/fastboot/
Dfastboot.cpp1451 bool skip_secondary, bool wipe, bool force_flash) in FlashAllTool()
1657 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe, in do_flashall()