Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_constants.h27 static constexpr const char *HMP_PACKAGE_SUFFIX = ".zip"; variable
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp64 if (!CheckFileSuffix(pkgPath, HMP_PACKAGE_SUFFIX) || !PathToRealPath(pkgPath, realPath)) { in InstallModulePackage()