Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java416 private byte[] eocdComment; field in ZFile
516 eocdComment = new byte[0]; in ZFile()
1311 eocdComment = eocd.getComment(); in deleteDirectoryAndEocd()
1486 Verify.verify(eocdComment != null); in computeEocd()
1487 Eocd eocd = new Eocd(entries.size(), dirStart, dirSize, eocdComment); in computeEocd()
1488 eocdComment = null; in computeEocd()
2575 Verify.verify(eocdComment != null); in getEocdComment()
2576 byte[] eocdCommentCopy = new byte[eocdComment.length]; in getEocdComment()
2577 System.arraycopy(eocdComment, 0, eocdCommentCopy, 0, eocdComment.length); in getEocdComment()
2628 eocdComment = new byte[comment.length]; in setEocdComment()
[all …]