Searched refs:zipSections (Results 1 – 1 of 1) sorted by relevance
1208 ZipSections zipSections = findMainZipSections(v1SignedApk); in main() local1211 DataSources.asDataSource(zipSections.beforeCentralDir), in main()1212 DataSources.asDataSource(zipSections.centralDir), in main()1213 DataSources.asDataSource(zipSections.eocd)); in main()1222 ByteBuffer modifiedEocd = ByteBuffer.allocate(zipSections.eocd.remaining()); in main()1223 modifiedEocd.put(zipSections.eocd); in main()1228 zipSections.beforeCentralDir.remaining() + padding + in main()1232 zipSections.beforeCentralDir, in main()1235 zipSections.centralDir, in main()