Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1314 static void do_fetch(const std::string& partition, const std::string& slot_override, in do_fetch()
1372 static void set_active(const std::string& slot_override) { in set_active()
1450 FlashAllTool::FlashAllTool(const ImageSource& source, const std::string& slot_override, in FlashAllTool()
1624 static void do_update(const char* filename, const std::string& slot_override, bool skip_secondary, in do_update()
1657 static void do_flashall(const std::string& slot_override, bool skip_secondary, bool wipe, in do_flashall()
1869 static void do_wipe_super(const std::string& image, const std::string& slot_override) { in do_wipe_super()
1902 std::string slot_override; in Main() local