Searched refs:DEX_IN_JAR_NAME (Results 1 – 2 of 2) sorted by relevance
39 public static final String DEX_IN_JAR_NAME = "classes.dex"; field in DexFormat
105 ZipEntry entry = zipFile.getEntry(DexFormat.DEX_IN_JAR_NAME); in Dex()110 throw new DexException("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file); in Dex()