Home
last modified time | relevance | path

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

/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java956 long centralDirSizeBytes = sections.getZipCentralDirectorySizeBytes(); in findMainZipSections() local
957 long centralDirEndOffset = centralDirStartOffset + centralDirSizeBytes; in findMainZipSections()