Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1183 std::string tempHapPath = ServiceConstants::BUNDLE_MANAGER_SERVICE_PATH + in GetBundleArchiveInfoBySandBoxPath() local
1185 if (!BundleUtil::CreateDir(tempHapPath)) { in GetBundleArchiveInfoBySandBoxPath()
1190 std::string tempHapFile = tempHapPath + ServiceConstants::PATH_SEPARATOR + hapName; in GetBundleArchiveInfoBySandBoxPath()
1206 BundleUtil::DeleteDir(tempHapPath); in GetBundleArchiveInfoBySandBoxPath()
1210 BundleUtil::DeleteDir(tempHapPath); in GetBundleArchiveInfoBySandBoxPath()