Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/
H A Dupdater.cpp117 uint64_t totalPkgSize = maxStashSize + MIN_UPDATE_SPACE; in IsSpaceCapacitySufficient() local
119 if (CheckStatvfs(totalPkgSize) != UPDATE_SUCCESS) { in IsSpaceCapacitySufficient()
183 int CheckStatvfs(const uint64_t totalPkgSize) in CheckStatvfs() argument
200 …c_cast<uint64_t>(updaterVfs.f_bfree) * static_cast<uint64_t>(updaterVfs.f_bsize) <= totalPkgSize) { in CheckStatvfs()
/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater.h97 int CheckStatvfs(const uint64_t totalPkgSize);