Searched refs:slot_override (Results 1 – 4 of 4) sorted by relevance
1446 static void do_fetch(const std::string& partition, const std::string& slot_override, in do_fetch() argument1451 do_for_partitions(partition, slot_override, fetch, false /* force slot */); in do_fetch()1504 static void set_active(const std::string& slot_override) { in set_active() argument1507 if (slot_override != "") { in set_active()1508 fb->SetActive(slot_override); in set_active()1567 std::string slot = fp->slot_override; in ParseFlashCommand()1652 fp, flash_task->GetPartition(), "0", fp->slot_override)); in AddResizeTasks()1782 if (fp_->slot_override == "all") { in Flash()1785 set_active(fp_->slot_override); in Flash()1821 if (fp_->slot_override.empty()) { in DetermineSlot()[all …]
116 if (fp->slot_override == "all") { in Initialize()180 if (fp->slot_override == "all") { in InitializeFromTasks()
32 fp->slot_override = "b"; in SetUp()
99 std::string slot_override; member