Searched defs:wipe (Results 1 – 3 of 3) sorted by relevance
137 bool UpdateSuper(FastbootDevice* device, const std::string& super_name, bool wipe) { in UpdateSuper()
462 bool wipe = (args.size() >= 3 && args[2] == "wipe"); in UpdateSuperHandler() local
1215 …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()