Searched refs:beforeCentralDir (Results 1 - 2 of 2) sorted by relevance

/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java853 ByteBuffer beforeCentralDir; field in class:SignApk.ZipSections
874 ByteBuffer beforeCentralDir = apk.slice();
888 result.beforeCentralDir = beforeCentralDir;
1087 DataSources.asDataSource(zipSections.beforeCentralDir),
1104 zipSections.beforeCentralDir.remaining() + padding +
1108 zipSections.beforeCentralDir,
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java853 ByteBuffer beforeCentralDir; field in class:SignApk.ZipSections
874 ByteBuffer beforeCentralDir = apk.slice();
888 result.beforeCentralDir = beforeCentralDir;
1087 DataSources.asDataSource(zipSections.beforeCentralDir),
1104 zipSections.beforeCentralDir.remaining() + padding +
1108 zipSections.beforeCentralDir,

Completed in 15 milliseconds