Searched refs:kMaxFileLength (Results 1 – 1 of 1) sorted by relevance
72 static constexpr uint64_t kMaxFileLength = 256 * static_cast<uint64_t>(1u << 30u); variable302 if (file_length > kMaxFileLength) { in MapCentralDirectory()