Searched defs:upstreamRoot (Results 1 – 2 of 2) sorted by relevance
141 public static Repository openJdk9(Path upstreamRoot, String upstreamName) { in openJdk9()171 public static Repository openJdkLegacy(Path upstreamRoot, String upstreamName) { in openJdkLegacy()202 public static List<Repository> openJdkLegacy(Path upstreamRoot, List<String> upstreamNames) { in openJdkLegacy()266 public OpenJdkRepository(Path upstreamRoot, String name, List<String> sourceDirs) { in OpenJdkRepository()
43 private StandardRepositories(Path buildTop, Path upstreamRoot) { in StandardRepositories()80 Path upstreamRoot = Paths.get(getEnvOrThrow("OPENJDK_HOME")); in fromEnv() local