Home
last modified time | relevance | path

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

/libcore/tools/upstream/src/main/java/libcore/
DRepository.java44 static final Map<Path, Path> OPENJDK_REL_PATH = historicRenames(); field in Repository
274 if (OPENJDK_REL_PATH.containsKey(relPath)) { in pathFromRepository()
275 relPath = OPENJDK_REL_PATH.get(relPath); in pathFromRepository()