Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp54 boot_control_module_t* module = reinterpret_cast<boot_control_module_t*>( in main() local
56 module->init(module); in main()
58 unsigned current_slot = module->getCurrentSlot(module); in main()
59 int is_successful= module->isSlotMarkedSuccessful(module, current_slot); in main()
71 int ret = module->markBootSuccessful(module); in main()