Home | History | Annotate | Download | only in update_verifier

Lines Matching defs:module

50     SLOGE("Error getting bootctrl module.\n");
54 boot_control_module_t* module = reinterpret_cast<boot_control_module_t*>(
56 module->init(module);
58 unsigned current_slot = module->getCurrentSlot(module);
59 int is_successful= module->isSlotMarkedSuccessful(module, current_slot);
71 int ret = module->markBootSuccessful(module);