Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp994 static int get_slot_count() { in get_slot_count() function
1005 return get_slot_count() >= 2; in supports_AB()
1017 return get_other_slot(current_slot, get_slot_count()); in get_other_slot()
1025 return get_other_slot(get_current_slot(), get_slot_count()); in get_other_slot()
1034 int count = get_slot_count(); in verify_slot()
1043 int count = get_slot_count(); in verify_slot()
1110 for (int i=0; i < get_slot_count(); i++) { in do_for_partitions()