Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/binder/
DBinderTest.java258 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in incompleteClasspath() local
259 try (OutputStream os = Files.newOutputStream(libJar); in incompleteClasspath()
278 ClassPathBinder.bindClasspath(ImmutableList.of(libJar)), in incompleteClasspath()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java522 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter() local
523 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter()
548 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter()
579 Path libJar = temporaryFolder.newFile("lib.jar").toPath(); in missingOuter2() local
580 try (OutputStream os = Files.newOutputStream(libJar); in missingOuter2()
607 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar)); in missingOuter2()