Searched refs:unexpectedPaths (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/tools/lib/tests/
H A DJImageValidator.java54 private final List<String> unexpectedPaths; field in class:JImageValidator
60 List<String> unexpectedPaths,
62 this(module, expectedLocations, rootDir, unexpectedPaths, unexpectedFiles, null);
67 List<String> unexpectedPaths,
77 this.unexpectedPaths = unexpectedPaths;
176 List<String> unexpectedPaths) throws IOException {
208 for(String p : unexpectedPaths) {
58 JImageValidator(String module, List<String> expectedLocations, File rootDir, List<String> unexpectedPaths, List<String> unexpectedFiles) argument
65 JImageValidator(String module, List<String> expectedLocations, File rootDir, List<String> unexpectedPaths, List<String> unexpectedFiles, String[] expectedFiles) argument
175 validate(Path jimage, List<String> expectedLocations, List<String> unexpectedPaths) argument
H A DHelper.java290 List<String> unexpectedPaths = new ArrayList<>();
292 Collections.addAll(unexpectedPaths, paths);
301 unexpectedPaths,
/openjdk9/jdk/test/tools/jlink/plugins/
H A DIncludeLocalesPluginTest.java479 List<String> unexpectedPaths) throws Exception {
484 expectedLocations, unexpectedPaths);
478 testLocaleDataEntries(Path image, List<String> expectedLocations, List<String> unexpectedPaths) argument

Completed in 102 milliseconds