Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/testing/
DTestClassPaths.java41 private static final ImmutableList<Path> BOOTCLASSPATH = field in TestClassPaths
53 if (!BOOTCLASSPATH.isEmpty()) { in getTurbineBootclasspath()
54 return ClassPathBinder.bindClasspath(BOOTCLASSPATH); in getTurbineBootclasspath()
69 if (!BOOTCLASSPATH.isEmpty()) { in optionsWithBootclasspath()
71 BOOTCLASSPATH.stream().map(Path::toString).collect(toImmutableList())); in optionsWithBootclasspath()