Searched refs:sectionName (Results 1 – 3 of 3) sorted by relevance
135 const char* sectionName = "UNKNOWN"; in PrintDexMap() local138 sectionName = "HeaderItem"; in PrintDexMap()141 sectionName = "StringIdItem"; in PrintDexMap()144 sectionName = "TypeIdItem"; in PrintDexMap()147 sectionName = "ProtoIdItem"; in PrintDexMap()150 sectionName = "FieldIdItem"; in PrintDexMap()153 sectionName = "MethodIdItem"; in PrintDexMap()156 sectionName = "ClassDefItem"; in PrintDexMap()159 sectionName = "MapList"; in PrintDexMap()162 sectionName = "TypeList"; in PrintDexMap()[all …]
304 String sectionName = null; in Section() local308 sectionName = firstAttr.getValue(); in Section()311 mName = sectionName; in Section()
465 String sectionName = manifestSection.getKey(); in generateSignatureFile() local474 SignatureFileWriter.writeIndividualSection(out, sectionName, attrs); in generateSignatureFile()