Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive_common.h59 uint16_t comment_length; member
105 uint16_t comment_length; member
Dzip_archive.cc243 const off64_t calculated_length = eocd_offset + sizeof(EocdRecord) + eocd->comment_length; in MapCentralDirectory0()
388 const uint16_t comment_length = cdr->comment_length; in ParseZipArchive() local
412 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length; in ParseZipArchive()
/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp249 uint16_t comment_length; in ParseCentralDirectoryRecord() member
278 cdr->comment_length; in ParseCentralDirectoryRecord()