HomeSort by relevance Sort by last modified time
    Searched refs:DexFileImpl (Results 1 - 2 of 2) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexFileImpl.java 30 /* package */final class DexFileImpl implements DexFile {
42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds,
DexFileReader.java 101 return new DexFileImpl(b.createCopy(), stringPool, typeIds,

Completed in 151 milliseconds