Searched refs:archivePath (Results 1 - 2 of 2) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java508 private final Path archivePath; field in class:JavacFileManager.ArchiveContainer
512 public ArchiveContainer(Path archivePath) throws IOException, ProviderNotFoundException, SecurityException { argument
513 this.archivePath = archivePath;
514 if (multiReleaseValue != null && archivePath.toString().endsWith(".jar")) {
518 this.fileSystem = jarFSProvider.newFileSystem(archivePath, env);
520 this.fileSystem = FileSystems.newFileSystem(archivePath, null);
571 JavacFileManager.this, file, archivePath);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJTree.java3206 Object archivePath;
3209 archivePath = getModelIndexsForPath(path);
3211 archivePath = null;
3213 if(archivePath != null) {
3214 state.addElement(archivePath);

Completed in 54 milliseconds