Searched refs:centralDirStartOffset (Results 1 – 1 of 1) sorted by relevance
957 long centralDirStartOffset = sections.getZipCentralDirectoryOffset(); in findMainZipSections() local959 long centralDirEndOffset = centralDirStartOffset + centralDirSizeBytes; in findMainZipSections()968 apk.limit((int) centralDirStartOffset); in findMainZipSections()971 apk.position((int) centralDirStartOffset); in findMainZipSections()