Searched refs:MAX_LOG_DIR_SIZE (Results 1 – 2 of 2) sorted by relevance
90 constexpr long MAX_LOG_DIR_SIZE = 10 * 1024 * 1024; variable
592 while (Utils::GetFileSize(sLog) + GetDirSizeForFile(dLog) > MAX_LOG_DIR_SIZE) { in CopyUpdaterLogs()