Home
last modified time | relevance | path

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

/base/update/updater/services/include/log/
Dlog.h34 constexpr size_t MAX_LOG_SPACE = 4 * 5 * 1024 * 1024; variable
/base/update/updater/services/
Dupdater.cpp114 totalPkgSize += static_cast<uint64_t>(info->unpackedSize + MAX_LOG_SPACE); in IsSpaceCapacitySufficient()