Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dimgdiff.cpp815 uint16_t comment_length = get_unaligned<uint16_t>(&file_content_[i + 20]); in GetZipFileSize() local
816 size_t file_size = i + 22 + comment_length; in GetZipFileSize()