Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DZipFileRO.cpp358 unsigned int fileNameLen, extraLen, commentLen, hash; in parseZipArchive() local
362 commentLen = get2LE(ptr + kCDECommentLen); in parseZipArchive()
368 ptr += kCDELen + fileNameLen + extraLen + commentLen; in parseZipArchive()