Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.cpp1315 static std::string verify_slot(const std::string& slot_name, bool allow_all) { in verify_slot() function
1351 static std::string verify_slot(const std::string& slot) { in verify_slot() function
1352 return verify_slot(slot, true); in verify_slot()
2384 if (fp->slot_override != "") fp->slot_override = verify_slot(fp->slot_override); in Main()
2385 if (next_active != "") next_active = verify_slot(next_active, false); in Main()
2393 next_active = verify_slot(current_slot, false); in Main()
2398 next_active = verify_slot(fp->slot_override, false); in Main()
2529 std::string slot = verify_slot(next_arg(&args), false); in Main()