Home
last modified time | relevance | path

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

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