Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java75 int sectionStartOffset; in readSection() local
78 sectionStartOffset = mOffset; in readSection()
98 int sectionSizeBytes = sectionEndOffset - sectionStartOffset; in readSection()
100 return new Section(sectionStartOffset, sectionSizeBytes, attrs); in readSection()