Searched refs:MAX_UNZIP_SIZE (Results 1 – 1 of 1) sorted by relevance
26 constexpr int MAX_UNZIP_SIZE = 300 * 1024 * 1024; variable172 if (totalUnzipSize > MAX_UNZIP_SIZE) { in UnzipFile()216 if (fileSize > MAX_UNZIP_SIZE) { in DoUnzipFile()