Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dhiview_zip_util.cpp28 constexpr size_t BLOCK_COUNT = 1; variable
210 if (fwrite(readBuffer, readSize, BLOCK_COUNT, outFile) != BLOCK_COUNT) { in DoUnzipFile()