Searched defs:pluginPath (Results 1 – 3 of 3) sorted by relevance
45 std::string pluginPath = "system/lib64/libglobal_resmgr_broker.z.so"; in Init() local
85 std::string pluginPath; member
362 void PluginManager::DlopenPlugin(const std::string &pluginPath, std::shared_ptr<SoLoadState> loadSt… in DlopenPlugin()