Home
last modified time | relevance | path

Searched refs:DEX_IN_JAR_NAME (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dex/
DDexFormat.java82 public static final String DEX_IN_JAR_NAME = "classes.dex"; field in DexFormat
DDex.java109 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()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java340 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()