Searched refs:combinedInput (Results 1 – 2 of 2) sorted by relevance
38 Path combinedInput = temp.getRoot().toPath().resolve("all.zip"); in testUnicodeSetFromDex() local40 ToolHelper.runR8(dexFromDX(), combinedInput); in testUnicodeSetFromDex() local41 ToolHelper.runDex2Oat(combinedInput, oatFile); in testUnicodeSetFromDex()47 Path combinedInput = temp.getRoot().toPath().resolve("all.zip"); in testUnicodeSetFromJar() local49 AndroidApp result = ToolHelper.runR8(JAR_FILE, combinedInput.toString()); in testUnicodeSetFromJar()51 ToolHelper.runDex2Oat(combinedInput, oatFile); in testUnicodeSetFromJar()
74 Path combinedInput = temp.getRoot().toPath().resolve("all.jar"); in deterministic() local76 app1.writeToZip(combinedInput, OutputMode.Indexed); in deterministic()77 ToolHelper.runDex2Oat(combinedInput, oatFile); in deterministic()