Searched refs:eocd (Results 1 – 1 of 1) sorted by relevance
950 ByteBuffer eocd; field in SignApk.ZipSections977 ByteBuffer eocd = apk.slice(); in findMainZipSections() local985 result.eocd = eocd; in findMainZipSections()1213 DataSources.asDataSource(zipSections.eocd)); in main()1222 ByteBuffer modifiedEocd = ByteBuffer.allocate(zipSections.eocd.remaining()); in main()1223 modifiedEocd.put(zipSections.eocd); in main()