Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc691 constexpr auto u32max = std::numeric_limits<uint32_t>::max(); in ValidateDataDescriptor() local
692 if (entry->compressed_length >= u32max || in ValidateDataDescriptor()
693 entry->uncompressed_length >= u32max) { in ValidateDataDescriptor()