Searched refs:librecovery_ui_ext (Results 1 – 3 of 3) sorted by relevance
30 LOCAL_MODULE := librecovery_ui_ext
403 void* librecovery_ui_ext = dlopen(kDefaultLibRecoveryUIExt, RTLD_NOW); in main() local407 if (librecovery_ui_ext == nullptr) { in main()410 reinterpret_cast<void*&>(make_device_func) = dlsym(librecovery_ui_ext, "make_device"); in main()
138 "librecovery_ui_ext",