Lines Matching refs:handle
69 void* handle;
81 handle = dlopen(libPath.c_str(), RTLD_LAZY);
82 if (handle == nullptr) {
87 memplugin = (PluginModuleStruct*)dlsym(handle, "g_pluginModule");
96 dlclose(handle);
121 dlclose(handle);
195 void* handle = dlopen(LIB_PATH.c_str(), RTLD_LAZY);
196 if (handle == nullptr) {
199 memplugin = (PluginModuleStruct*)dlsym(handle, "g_pluginModule");
221 void* handle = dlopen(LIB_PATH.c_str(), RTLD_LAZY);
222 if (handle == nullptr) {
225 memplugin = (PluginModuleStruct*)dlsym(handle, "g_pluginModule");