Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/adapter/include/
Dconfig_parse.h30 std::string GetModuleLibPath();
/base/update/updateservice/services/core/ability/adapter/src/
Dconfig_parse.cpp43 std::string ConfigParse::GetModuleLibPath() in GetModuleLibPath() function in OHOS::UpdateEngine::ConfigParse
/base/update/updateservice/services/engine/src/
Dupdate_service.cpp434 std::string libPath = DelayedSingleton<ConfigParse>::GetInstance()->GetModuleLibPath(); in OnStart()