Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1259 std::string next_active; in main() local
1295 next_active = optarg; in main()
1403 if (next_active != "") in main()
1404 next_active = verify_slot(transport, next_active.c_str(), false); in main()
1407 if (next_active == "") { in main()
1411 next_active = verify_slot(transport, slot_override.c_str(), false); in main()
1623 fb_set_active(next_active.c_str()); in main()