Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1296 static int get_slot_count(fastboot::IFastBootDriver* fb) { in get_slot_count() function
1307 return get_slot_count(fb) >= 2; in supports_AB()
1319 return get_other_slot(current_slot, get_slot_count(fb)); in get_other_slot()
1327 return get_other_slot(get_current_slot(), get_slot_count(fb)); in get_other_slot()
1336 int count = get_slot_count(fb); in verify_slot()
1345 int count = get_slot_count(fb); in verify_slot()
1418 for (int i = 0; i < get_slot_count(fb); i++) { in do_for_partitions()