Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader_io.cpp25 constexpr size_t BIG_FILE_SIZE = 1u << 31; variable
69 if (bufferSize > BIG_FILE_SIZE) { in ReadBuffer()