Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1028 static std::string verify_slot(const std::string& slot_name, bool allow_all) { in verify_slot() function
1064 static std::string verify_slot(const std::string& slot) { in verify_slot() function
1065 return verify_slot(slot, true); in verify_slot()
1755 if (slot_override != "") slot_override = verify_slot(slot_override); in Main()
1756 if (next_active != "") next_active = verify_slot(next_active, false); in Main()
1763 next_active = verify_slot(current_slot, false); in Main()
1768 next_active = verify_slot(slot_override, false); in Main()
1917 std::string slot = verify_slot(next_arg(&args), false); in Main()