Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java98 int sectionSizeBytes = sectionEndOffset - sectionStartOffset; in readSection() local
100 return new Section(sectionStartOffset, sectionSizeBytes, attrs); in readSection()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java1046 int sectionSizeBytes = manifestIndividualSection.getSizeBytes(); in verifyManifestIndividualSectionDigest() local
1048 int sectionEndIndex = sectionStartIndex + sectionSizeBytes; in verifyManifestIndividualSectionDigest()
1051 sectionSizeBytes--; in verifyManifestIndividualSectionDigest()
1061 sectionSizeBytes); in verifyManifestIndividualSectionDigest()