Home
last modified time | relevance | path

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

/bootable/deprecated-ota/applypatch/
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()