Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp1351 uint64_t cleanCacheSum = 0; // The total amount of application cache currently cleaned in CleanBundleCacheFilesAutomatic() local
1362 if (cleanCacheSum <= std::numeric_limits<uint64_t>::max() - cleanCacheSize) { in CleanBundleCacheFilesAutomatic()
1363 cleanCacheSum += cleanCacheSize; in CleanBundleCacheFilesAutomatic()
1366 cleanCacheSum, cleanCacheSize); in CleanBundleCacheFilesAutomatic()
1368 if (cleanCacheSum >= cacheSize) { in CleanBundleCacheFilesAutomatic()