Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1148 static void set_active(const std::string& slot_override) { in set_active()
1215 FlashAllTool::FlashAllTool(const ImageSource& source, const std::string& slot_override, bool skip_s… 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()
1599 std::string slot_override; in Main() local