Home
last modified time | relevance | path

Searched refs:MEM_MAX_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.cpp29 constexpr size_t MEM_MAX_FILE_SIZE = 1u; variable
40 if (fileSize <= MEM_MAX_FILE_SIZE) { in CreateZipFileReader()