Home
last modified time | relevance | path

Searched refs: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() argument
1319 do_for_partitions(partition, slot_override, fetch, false /* force slot */); in do_fetch()
1372 static void set_active(const std::string& slot_override) { in set_active() argument
1375 if (slot_override != "") { in set_active()
1376 fb->SetActive(slot_override); in set_active()
1427 FlashAllTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary,
1450 FlashAllTool::FlashAllTool(const ImageSource& source, const std::string& slot_override, in FlashAllTool() argument
1453 slot_override_(slot_override), in FlashAllTool()
1624 static void do_update(const char* filename, const std::string& slot_override, bool skip_secondary, in do_update() argument
1632 FlashAllTool tool(ZipImageSource(zip), slot_override, skip_secondary, false, force_flash); in do_update()
[all …]