Home | History | Annotate | Download | only in zipalign

Lines Matching refs:checkBuf

326         unsigned char checkBuf[4];
327 if (fread(checkBuf, 1, 4, mZipFp) != 4) {
332 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {