Searched refs:comment_length (Results 1 - 2 of 2) sorted by relevance
/system/core/libziparchive/ | ||
H A D | zip_archive_common.h | 59 uint16_t comment_length; member in struct:EocdRecord 104 uint16_t comment_length; member in struct:CentralDirectoryRecord |
H A D | zip_archive.cc | 261 + eocd->comment_length; 415 const uint16_t comment_length = cdr->comment_length; local 434 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length; |
Completed in 37 milliseconds