Searched refs:zipSections (Results 1 – 1 of 1) sorted by relevance
1191 ZipSections zipSections = findMainZipSections(v1SignedApk); in main() local1194 DataSources.asDataSource(zipSections.beforeCentralDir), in main()1195 DataSources.asDataSource(zipSections.centralDir), in main()1196 DataSources.asDataSource(zipSections.eocd)); in main()1205 ByteBuffer modifiedEocd = ByteBuffer.allocate(zipSections.eocd.remaining()); in main()1206 modifiedEocd.put(zipSections.eocd); in main()1211 zipSections.beforeCentralDir.remaining() + padding + in main()1215 zipSections.beforeCentralDir, in main()1218 zipSections.centralDir, in main()