Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc87 uint16_t comment_length; member
132 uint16_t comment_length; member
455 + eocd->comment_length; in MapCentralDirectory0()
599 const uint16_t comment_length = cdr->comment_length; in ParseZipArchive() local
618 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length; in ParseZipArchive()