Searched refs:outputDex (Results 1 – 4 of 4) sorted by relevance
207 private DexFile outputDex; field in DexMaker327 if (outputDex == null) { in generate()330 outputDex = new DexFile(options); in generate()334 outputDex.add(typeDeclaration.toClassDefItem()); in generate()338 return outputDex.toDex(null, false); in generate()542 if (outputDex == null) { in getDexFile()545 outputDex = new DexFile(options); in getDexFile()547 return outputDex; in getDexFile()
82 def outputDex = file('src/test/resources/accessorTest.dex')83 file(outputDex.parent).mkdirs()86 outputs.file outputDex93 args "--output=${outputDex}"
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...