Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/
H A Dupdater.cpp115 uint64_t maxStashSize = *max_element(stashSizeList.begin(), stashSizeList.end()); in IsSpaceCapacitySufficient() local
116 LOG(INFO) << "get max stash size:" << maxStashSize; in IsSpaceCapacitySufficient()
117 uint64_t totalPkgSize = maxStashSize + MIN_UPDATE_SPACE; in IsSpaceCapacitySufficient()
176 int64_t maxStashSize = std::stoll(str); in GetStashSizeList() local
177 stashSizeList.push_back(static_cast<uint64_t>(maxStashSize)); in GetStashSizeList()
/ohos5.0/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp372 int64_t maxStashSize = std::stoll(str); in ExecuteUpdateBlock() local
373 if (CreateFixedSizeEmptyFile(infos, destImage, maxStashSize) != 0) { in ExecuteUpdateBlock()