Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1009 static std::string get_other_slot(const std::string& current_slot, int count) { in get_other_slot() function
1016 static std::string get_other_slot(const std::string& current_slot) { in get_other_slot() function
1017 return get_other_slot(current_slot, get_slot_count()); in get_other_slot()
1020 static std::string get_other_slot(int count) { in get_other_slot() function
1021 return get_other_slot(get_current_slot(), count); in get_other_slot()
1024 static std::string get_other_slot() { in get_other_slot() function
1025 return get_other_slot(get_current_slot(), get_slot_count()); in get_other_slot()
1047 std::string other = get_other_slot( count); in verify_slot()
1273 secondary_slot_ = get_other_slot(slot_override_); in DetermineSecondarySlot()
1275 secondary_slot_ = get_other_slot(); in DetermineSecondarySlot()