Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp58 unsigned current_slot = module->getCurrentSlot(module); in main() local
59 int is_successful= module->isSlotMarkedSuccessful(module, current_slot); in main()
60 SLOGI("Booting slot %u: isSlotMarkedSuccessful=%d\n", current_slot, is_successful); in main()
76 SLOGI("Marked slot %u as booted successfully.\n", current_slot); in main()