Searched refs:pluginPath (Results 1 – 3 of 3) sorted by relevance
45 std::string pluginPath = "system/lib64/libglobal_resmgr_broker.z.so"; in Init() local46 handle_ = dlopen(pluginPath.c_str(), RTLD_LAZY); in Init()
44 void LoadPlugin(const std::string &pluginPath);
138 void PluginManager::LoadPlugin(const std::string &pluginPath) in LoadPlugin() argument140 void *handle = dlopen(pluginPath.c_str(), RTLD_LAZY); in LoadPlugin()