Home
last modified time | relevance | path

Searched refs:moduleLibPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/adapter/src/
H A Dconfig_parse.cpp45 return configInfo_.moduleLibPath; in GetModuleLibPath()
68 JsonUtils::GetValueAndSetTo(root, "moduleLibPath", configInfo_.moduleLibPath); in LoadConfigInfo()
/ohos5.0/base/update/updateservice/services/core/ability/adapter/include/
H A Dconfig_info.h26 std::string moduleLibPath; member