Home | History | Annotate | Download | only in zipalign

Lines Matching refs:scanResult

464         bool scanResult;
468 scanResult = ZipUtils::examineGzip(inputFp, &method, &uncompressedLen,
470 if (!scanResult || method != ZipEntry::kCompressDeflated) {