Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 2 of 2) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java288 public static class Section { class in ManifestParser
301 public Section(int startOffset, int sizeBytes, List<Attribute> attrs) { in Section() method in ManifestParser.Section
/tools/dexter/slicer/export/slicer/
Dwriter.h35 explicit Section(dex::u2 mapEntryType) : map_entry_type_(mapEntryType) {} in Section() function