Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1780 std::string next_active; in Main() local
1878 if (optarg) next_active = optarg; in Main()
1936 if (next_active != "") next_active = verify_slot(next_active, false); in Main()
1939 if (next_active == "") { in Main()
1943 next_active = verify_slot(current_slot, false); in Main()
1948 next_active = verify_slot(slot_override, false); in Main()
2188 fb->SetActive(next_active); in Main()