Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_ext_mgr.cpp45 std::string pluginPath = "system/lib64/libglobal_resmgr_broker.z.so"; in Init() local
46 handle_ = dlopen(pluginPath.c_str(), RTLD_LAZY); in Init()
/base/customization/enterprise_device_management/services/edm/include/
Dplugin_manager.h44 void LoadPlugin(const std::string &pluginPath);
/base/customization/enterprise_device_management/services/edm/src/
Dplugin_manager.cpp138 void PluginManager::LoadPlugin(const std::string &pluginPath) in LoadPlugin() argument
140 void *handle = dlopen(pluginPath.c_str(), RTLD_LAZY); in LoadPlugin()