Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp518 std::string preInstallHmpPath = std::string(MODULE_PREINSTALL_DIR) + "/" + hmp; in GetHmpVersionInfo() local
520 … LOG(INFO) << "preInstallHmpPath:" << preInstallHmpPath << " activeHmpPath:" << activeHmpPath; in GetHmpVersionInfo()
523 (void)GetHmpVersion(preInstallHmpPath, preinfo); in GetHmpVersionInfo()