Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DZipUtils.java244 int actualCommentLength = in findZipEndOfCentralDirectoryRecord() local
247 if (actualCommentLength == expectedCommentLength) { in findZipEndOfCentralDirectoryRecord()