Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/src/
H A Dzip.c70 __u16 comment_length; member
148 __u16 comment_length, cd_records; in try_parse_end_of_cd() local
/aosp_15_r20/system/libziparchive/
H A Dzip_archive_common.h61 uint16_t comment_length; member
108 uint16_t comment_length; member
H A Dzip_archive.cc577 const uint16_t comment_length = cdr->comment_length; in ParseZipArchive() local
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_zip.c89 unaligned_uint16_t comment_length; member
170 uint16_t comment_length = unaligned_uint16_read(eocd->comment_length); in try_parse_end_of_central_directory() local
/aosp_15_r20/external/libjpeg-turbo/
H A Dwrjpgcom.c405 unsigned int comment_length = 0; in main() local
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Darchive.h40 short comment_length; member
/aosp_15_r20/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp249 uint16_t comment_length; in ParseCentralDirectoryRecord() member
/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dimgdiff.cpp841 uint16_t comment_length = get_unaligned<uint16_t>(&file_content_[i + 20]); in GetZipFileSize() local
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer_test.cc401 uint16_t comment_length = 0u; // No file comment. member