Home
last modified time | relevance | path

Searched refs:libJar (Results 1 – 2 of 2) sorted by relevance

/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java516 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter() local
517 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter()
542 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter()
573 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter2() local
574 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter2()
601 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter2()
/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java264 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in incompleteClasspath() local
265 try (OutputStream os = Files.newOutputStream(libJar); in incompleteClasspath()
284 ClassPathBinder.bindClasspath(ImmutableList.of(libJar)), in incompleteClasspath()