Home
last modified time | relevance | path

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

/base/update/sys_installer/frameworks/ipc_server/src/
Dmodule_update_service.cpp252 std::string activeHmpPath = std::string(UPDATE_ACTIVE_DIR) + "/" + hmpName; in CollectModulePackageInfo() local
253 if (!CheckPathExists(installHmpPath) && !CheckPathExists(activeHmpPath)) { in CollectModulePackageInfo()
258 GetDirFiles(activeHmpPath, files); in CollectModulePackageInfo()