Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp781 std::string oldHspPath = oldInfo.GetModuleHapPath(moduleName); in ProcessModuleUpdate() local
782 if (!oldHspPath.empty()) { in ProcessModuleUpdate()
783 APP_LOGI("deleteBundlePath_ insert path %{public}s", oldHspPath.c_str()); in ProcessModuleUpdate()
784 deleteBundlePath_.emplace_back(oldHspPath); in ProcessModuleUpdate()