Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc72 static constexpr uint64_t kMaxFileLength = 256 * static_cast<uint64_t>(1u << 30u); variable
302 if (file_length > kMaxFileLength) { in MapCentralDirectory()