Searched refs:relPaths (Results 1 – 2 of 2) sorted by relevance
159 private void run(PrintStream out, List<Path> relPaths) throws IOException { in run() argument174 for (Path relPath : relPaths) { in run()240 List<Path> relPaths = standardRepositories.ojluni().loadRelPathsFromBlueprint(); in run() local241 run(System.out, relPaths); in run()
38 List<Path> relPaths = standardRepositories.ojluni().loadRelPathsFromBlueprint(); in run() local47 for (Path relPath : relPaths) { in run()