Searched refs:updateZipEocdCommentLen (Results 1 – 2 of 2) sorted by relevance
104 public static void updateZipEocdCommentLen(ByteBuffer zipEndOfCentralDirectory) { in updateZipEocdCommentLen() method in ApkUtils107 ZipUtils.updateZipEocdCommentLen(eocd); in updateZipEocdCommentLen()
77 public static void updateZipEocdCommentLen(ByteBuffer zipEndOfCentralDirectory) { in updateZipEocdCommentLen() method in ZipUtils