Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/include/updater/
H A Dupdater_const.h90 constexpr long MAX_LOG_DIR_SIZE = 10 * 1024 * 1024; variable
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp592 while (Utils::GetFileSize(sLog) + GetDirSizeForFile(dLog) > MAX_LOG_DIR_SIZE) { in CopyUpdaterLogs()