Searched refs:DEX_IN_JAR_NAME (Results 1 – 3 of 3) sorted by relevance
82 public static final String DEX_IN_JAR_NAME = "classes.dex"; field in DexFormat
109 ZipEntry entry = zipFile.getEntry(DexFormat.DEX_IN_JAR_NAME); in Dex()116 throw new DexException("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file); in Dex()
340 outputResources.put(DexFormat.DEX_IN_JAR_NAME, outArray); in runMonoDex()426 return DexFormat.DEX_IN_JAR_NAME; in getDexFileName()698 boolean isClassesDex = name.equals(DexFormat.DEX_IN_JAR_NAME); in processFileBytes()974 attribs.putValue("Dex-Location", DexFormat.DEX_IN_JAR_NAME); in makeManifest()1668 outName = new File(outName, DexFormat.DEX_IN_JAR_NAME).getPath(); in parse()