Home
last modified time | relevance | path

Searched refs:preInstalledPath (Results 1 - 2 of 2) sorted by relevance

/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp301 std::string preInstalledPath = std::string(MODULE_PREINSTALL_DIR) + "/" + hmpName + "/" + HMP_INFO_NAME; in IsHotHmpPackage() local
302 if (!Utils::IsFileExist(preInstalledPath)) { in IsHotHmpPackage()
303 LOG(ERROR) << "preInstalled hmp is not exist: " << preInstalledPath; in IsHotHmpPackage()
306 std::unique_ptr<ModuleFile> preInstalledFile = ModuleFile::Open(preInstalledPath); in IsHotHmpPackage()
308 LOG(ERROR) << "preInstalled file is invalid: " << preInstalledPath; in IsHotHmpPackage()
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp288 std::string preInstalledPath = std::string(MODULE_PREINSTALL_DIR) + "/" + hmpName + "/" + HMP_INFO_NAME; in ValidateVersion() local
289 std::unique_ptr<ModuleFile> preInstalledFile = ModuleFile::Open(preInstalledPath); in ValidateVersion()
291 LOG(ERROR) << "Invalid preinstalled file " << preInstalledPath; in ValidateVersion()

Completed in 3 milliseconds