Home
last modified time | relevance | path

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

/libcore/tools/upstream/src/main/java/libcore/
DCompareUpstreams.java159 private void run(PrintStream out, List<Path> relPaths) throws IOException { in run() argument
174 for (Path relPath : relPaths) { in run()
240 List<Path> relPaths = standardRepositories.ojluni().loadRelPathsFromBlueprint(); in run() local
241 run(System.out, relPaths); in run()
DCopyUpstreamFiles.java38 List<Path> relPaths = standardRepositories.ojluni().loadRelPathsFromBlueprint(); in run() local
47 for (Path relPath : relPaths) { in run()