Home | History | Annotate | Download | only in applypatch

Lines Matching refs:comment_length

816         uint16_t comment_length = get_unaligned<uint16_t>(&file_content_[i + 20]);
817 size_t file_size = i + 22 + comment_length;