Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DZipUtils.java238 int maxCommentLength = Math.min(archiveSize - ZIP_EOCD_REC_MIN_SIZE, UINT16_MAX_VALUE); in findZipEndOfCentralDirectoryRecord() local
240 for (int expectedCommentLength = 0; expectedCommentLength <= maxCommentLength; in findZipEndOfCentralDirectoryRecord()