Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1446 static void do_fetch(const std::string& partition, const std::string& slot_override, in do_fetch() argument
1451 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() argument
1507 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 …]
Dtask.cpp116 if (fp->slot_override == "all") { in Initialize()
180 if (fp->slot_override == "all") { in InitializeFromTasks()
Dtask_test.cpp32 fp->slot_override = "b"; in SetUp()
Dfastboot.h99 std::string slot_override; member