Home
last modified time | relevance | path

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

/dalvik/libdex/
DZipArchive.cpp378 unsigned int nameLen, extraLen, commentLen, hash; in parseZipArchive() local
381 commentLen = get2LE(ptr + kCDECommentLen); in parseZipArchive()
396 ptr += kCDELen + nameLen + extraLen + commentLen; in parseZipArchive()