Searched refs:eocd (Results 1 – 1 of 1) sorted by relevance
948 ByteBuffer eocd; field in SignApk.ZipSections975 ByteBuffer eocd = apk.slice(); in findMainZipSections() local983 result.eocd = eocd; in findMainZipSections()1196 DataSources.asDataSource(zipSections.eocd)); in main()1205 ByteBuffer modifiedEocd = ByteBuffer.allocate(zipSections.eocd.remaining()); in main()1206 modifiedEocd.put(zipSections.eocd); in main()