Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp935 std::vector<std::string> cachePaths; in GetAppCacheSize() local
939 cachePaths.push_back(std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCacheSize()
946 cachePaths.push_back(moduleCachePath); in GetAppCacheSize()
950 return InstalldOperator::GetDiskUsageFromPath(cachePaths); in GetAppCacheSize()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1066 …32_t userId, const std::vector<std::string> &moduleNameList, std::vector<std::string> &cachePaths);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1650 …t32_t userId, const std::vector<std::string> &moduleNameList, std::vector<std::string> &cachePaths) in GetAppCachePaths() argument
1655 cachePaths.push_back(std::string(ServiceConstants::BUNDLE_APP_DATA_BASE_DIR) + el + in GetAppCachePaths()
1662 cachePaths.push_back(moduleCachePath); in GetAppCachePaths()