Searched refs:centralDirStartOffset (Results 1 – 1 of 1) sorted by relevance
955 long centralDirStartOffset = sections.getZipCentralDirectoryOffset(); in findMainZipSections() local957 long centralDirEndOffset = centralDirStartOffset + centralDirSizeBytes; in findMainZipSections()966 apk.limit((int) centralDirStartOffset); in findMainZipSections()969 apk.position((int) centralDirStartOffset); in findMainZipSections()