Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/
Dupdate_verifier.cpp48 const hw_module_t* hw_module; in main() local
49 if (hw_get_module("bootctrl", &hw_module) != 0) { in main()
55 const_cast<hw_module_t*>(hw_module)); in main()