Home
last modified time | relevance | path

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

/aosp12/system/libziparchive/
H A Dzip_archive_common.h61 uint16_t comment_length; member
108 uint16_t comment_length; member
H A Dzip_archive.cc257 const off64_t calculated_length = eocd_offset + sizeof(EocdRecord) + eocd->comment_length; in FindCentralDirectoryInfo()
521 const uint16_t comment_length = cdr->comment_length; in ParseZipArchive() local
573 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length; in ParseZipArchive()
/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Dapk_archive.cpp249 uint16_t comment_length; in ParseCentralDirectoryRecord() member
278 cdr->comment_length; in ParseCentralDirectoryRecord()
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp841 uint16_t comment_length = get_unaligned<uint16_t>(&file_content_[i + 20]); in GetZipFileSize() local
842 size_t file_size = i + 22 + comment_length; in GetZipFileSize()
/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc410 uint16_t comment_length = 0u; // No file comment. member