Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive_common.h102 uint16_t extra_field_length; member
153 uint16_t extra_field_length; member
Dzip_archive.cc387 const uint16_t extra_length = cdr->extra_field_length; in ParseZipArchive()
671 lfh->file_name_length + lfh->extra_field_length; in FindEntry()
Dzip_writer.cc198 dst->extra_field_length = src.padding_length; in CopyFromFileEntry()
/system/core/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp246 uint16_t extra_field_length; in ParseCentralDirectoryRecord() member
277 auto end = begin + sizeof(*cdr) + cdr->file_name_length + cdr->extra_field_length + in ParseCentralDirectoryRecord()
324 uint16_t extra_field_length; in CalculateLocalFileEntrySize() member
367 lfh->extra_field_length + dataSize; in CalculateLocalFileEntrySize()
415 return kLocalFileHeaderSize + lfh->file_name_length + lfh->extra_field_length + dataSize + in CalculateLocalFileEntrySize()