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.java950 ByteBuffer eocd; field in SignApk.ZipSections
977 ByteBuffer eocd = apk.slice(); in findMainZipSections() local
985 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()