Home
last modified time | relevance | path

Searched refs:eocd (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java948 ByteBuffer eocd; field in SignApk.ZipSections
975 ByteBuffer eocd = apk.slice(); in findMainZipSections() local
983 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()