Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1600 std::string next_active; in Main() local
1698 if (optarg) next_active = optarg; in Main()
1756 if (next_active != "") next_active = verify_slot(next_active, false); in Main()
1759 if (next_active == "") { in Main()
1763 next_active = verify_slot(current_slot, false); in Main()
1768 next_active = verify_slot(slot_override, false); in Main()
1988 fb->SetActive(next_active); in Main()