Home
last modified time | relevance | path

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

/libcore/tools/upstream/src/main/java/libcore/
DRepository.java78 protected final List<String> sourceDirs; field in Repository
80 protected Repository(Path rootPath, String name, List<String> sourceDirs) { in Repository() argument
83 this.sourceDirs = Objects.requireNonNull(sourceDirs); in Repository()
102 for (String sourceDir : sourceDirs) { in pathFromRepository()
144 List<String> sourceDirs = Arrays.asList( in openJdk9() local
166 return new OpenJdkRepository(upstreamRoot, upstreamName, sourceDirs); in openJdk9()
174 List<String> sourceDirs = new ArrayList<>(); in openJdkLegacy() local
175 sourceDirs.addAll(Arrays.asList( in openJdkLegacy()
194 sourceDirs.addAll(nativeSourceDirs); in openJdkLegacy()
196 return new OpenJdkRepository(upstreamRoot, upstreamName, sourceDirs); in openJdkLegacy()
[all …]