Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1311 static std::string get_other_slot(const std::string& current_slot, int count) { in get_other_slot() function
1318 static std::string get_other_slot(const std::string& current_slot) { in get_other_slot() function
1319 return get_other_slot(current_slot, get_slot_count(fb)); in get_other_slot()
1322 static std::string get_other_slot(int count) { in get_other_slot() function
1323 return get_other_slot(get_current_slot(), count); in get_other_slot()
1326 static std::string get_other_slot() { in get_other_slot() function
1327 return get_other_slot(get_current_slot(), get_slot_count(fb)); in get_other_slot()
1349 std::string other = get_other_slot(count); in verify_slot()
1847 fp_->secondary_slot = get_other_slot(fp_->slot_override); in DetermineSlot()
1849 fp_->secondary_slot = get_other_slot(); in DetermineSlot()