Searched refs:resultDir (Results 1 – 1 of 1) sorted by relevance
/external/r8/src/test/java/com/android/tools/r8/ |
D | R8RunArtTestsTest.java | 1174 File resultDir = temp.newFolder(firstCompilerUnderTest.toString().toLowerCase() + "-output"); in runJctfTest() local 1179 TestSpecification specification = new TestSpecification(name, DexTool.NONE, resultDir, in runJctfTest() 1254 resultDir); in runJctfTest() 1259 Files.list(resultDir.toPath()) in runJctfTest() 1293 File resultDir) in runJctfTestDoRunOnArt() argument 1295 executeCompilerUnderTest(compilerUnderTest, fileNames, resultDir.getAbsolutePath(), mode); in runJctfTestDoRunOnArt() 1305 resultDir.listFiles((File file) -> file.getName().endsWith(".dex")); in runJctfTestDoRunOnArt() 1404 File resultDir = temp.newFolder(firstCompilerUnderTest.toString().toLowerCase() + "-output"); in runArtTest() local 1407 version, firstCompilerUnderTest, specification, fileNames, resultDir, compilationMode); in runArtTest() 1425 for (File file : resultDir.listFiles((File file) -> file.getName().endsWith(".dex"))) { in runArtTest() [all …]
|