Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1215 …llTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, bool wipe) in FlashAllTool()
1385 static void do_update(const char* filename, const std::string& slot_override, bool skip_secondary) { in do_update()
1417 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe) { in do_flashall()
1595 bool skip_secondary = false; in Main() local