Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp943 … std::string moduleCachePath = std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCacheSize() local
946 cachePaths.push_back(moduleCachePath); in GetAppCacheSize()
947 …_D(BMS_TAG_INSTALLD, "GetBundleStats, add module cache path: %{public}s", moduleCachePath.c_str()); in GetAppCacheSize()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1659 … std::string moduleCachePath = std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCachePaths() local
1662 cachePaths.push_back(moduleCachePath); in GetAppCachePaths()
1663 APP_LOGD("add module cache path: %{public}s", moduleCachePath.c_str()); in GetAppCachePaths()