Home
last modified time | relevance | path

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

/libcore/tools/upstream/src/main/java/libcore/
DRepository.java96 Path p = pathFromRepository(relPath); in absolutePath()
100 public Path pathFromRepository(Path relPath) { in pathFromRepository() method in Repository
227 public Path pathFromRepository(Path relPath) { in pathFromRepository() method in Repository.OjluniRepository
229 return Objects.requireNonNull(super.pathFromRepository(relPath)); in pathFromRepository()
273 public Path pathFromRepository(Path relPath) { in pathFromRepository() method in Repository.OpenJdkRepository
277 return super.pathFromRepository(relPath); in pathFromRepository()
DCompareUpstreams.java221 Path expectedUpstreamPath = expectedUpstream.pathFromRepository(relPath); in run()