Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dflashing.cpp137 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper()
Dcommands.cpp462 bool wipe = (args.size() >= 3 && args[2] == "wipe"); in UpdateSuperHandler() local
/system/core/fastboot/
Dfastboot.cpp1215 …llTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, bool wipe) in FlashAllTool()
1417 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe) { in do_flashall()