Searched refs:open (Results 1 – 9 of 9) sorted by relevance
35 InputStream open(String path) throws IOException; in open() method
37 public InputStream open(String path) throws FileNotFoundException { in open() method in FolderPathElement
43 public InputStream open(String path) throws IOException { in open() method in ArchivePathElement
99 InputStream in = element.open(path); in getClass()
171 public Section open(int position) { in open() method in Dex248 return open(offset).readTypeList(); in readTypeList()256 return open(offset).readClassData(); in readClassData()264 return open(offset).readCode(); in readCode()313 open(SIGNATURE_OFFSET).write(computeSignature()); in writeHashes()314 open(CHECKSUM_OFFSET).writeInt(computeChecksum()); in writeHashes()491 Section triesSection = open(data.position()); in readCode()717 return open(tableOfContents.stringIds.off + (index * SizeOf.STRING_ID_ITEM)) in get()754 return open(tableOfContents.protoIds.off + (SizeOf.PROTO_ID_ITEM * index)) in get()767 return open(tableOfContents.fieldIds.off + (SizeOf.MEMBER_ID_ITEM * index)) in get()[all …]
72 readHeader(dex.open(0)); in readFrom()73 readMap(dex.open(mapList.off)); in readFrom()
259 dexSections[i] = sections[i].exists() ? dexes[i].open(sections[i].off) : null; in mergeSorted()344 Dex.Section in = source.open(section.off); in readUnsortedValues()689 Dex.Section setIn = in.open(section.off); in transformAnnotationSets()699 Dex.Section setIn = in.open(section.off); in transformAnnotationSetRefLists()709 Dex.Section directoryIn = in.open(section.off); in transformAnnotationDirectories()719 Dex.Section staticValuesIn = in.open(section.off); in transformStaticValues()900 transformDebugInfoItem(in.open(debugInfoOffset), indexMap); in transformCode()920 Dex.Section triesSection = dexOut.open(codeOut.getPosition()); in transformCode()
96 Dex.Section in = dex.open(tableOfContents.typeLists.off); in printTypeLists()
103 readArray(new EncodedValueReader(dex.open(staticValuesOffset))); in grep()