Searched refs:modPath (Results 1 - 4 of 4) sorted by relevance

/openjdk10/langtools/test/jdk/jshell/
H A DExecutionControlSpecTest.java83 Path modPath = compiler.getPath(modDir);
84 ccl = createAndRunFromModule(mod, modPath);
H A DFailOverDirectExecutionControlTest.java124 Path modPath = compiler.getPath(modDir);
125 ccl = createAndRunFromModule("my.provide", modPath);
H A DKullaTesting.java211 public ClassLoader createAndRunFromModule(String moduleName, Path modPath) { argument
212 ModuleFinder finder = ModuleFinder.of(modPath);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DLocations.java1530 map.forEach((modName, modPath) -> {
1531 boolean hasModuleInfo = modPath.stream().anyMatch(checkModuleInfo);
1535 modPath, false);

Completed in 152 milliseconds