Home
last modified time | relevance | path

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

/build/tools/ijar/
Dzip.cc569 u2 file_comment_length = get_u2le(p); in ProcessCentralDirEntry() local
582 p += file_comment_length; in ProcessCentralDirEntry()
672 u2 file_comment_length = get_u2le(current); in FindZipCentralDirectory() local
673 current += file_comment_length; // set current to the end of the central dir in FindZipCentralDirectory()