Searched defs:upstreamRoot (Results 1 – 2 of 2) sorted by relevance
143 public static Repository openJdk9(Path upstreamRoot, String upstreamName) { in openJdk9()173 public static Repository openJdk11(Path upstreamRoot, String upstreamName) { in openJdk11()203 public static Repository openJdkLegacy(Path upstreamRoot, String upstreamName) { in openJdkLegacy()234 public static List<Repository> openJdkLegacy(Path upstreamRoot, List<String> upstreamNames) { in openJdkLegacy()298 public OpenJdkRepository(Path upstreamRoot, String name, List<String> sourceDirs) { in OpenJdkRepository()
46 private StandardRepositories(Path buildTop, Path upstreamRoot) { in StandardRepositories()87 Path upstreamRoot = Util.pathFromEnvOrThrow("OPENJDK_HOME"); in fromEnv() local