Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dhiview_zip_util.cpp143 int totalUnzipSize = 0; in UnzipFile() local
171 totalUnzipSize += fileSize; in UnzipFile()
172 if (totalUnzipSize > MAX_UNZIP_SIZE) { in UnzipFile()