Home
last modified time | relevance | path

Searched refs:jrtPath (Results 1 – 25 of 25) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java309 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
315 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
319 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
324 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java301 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
307 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
311 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
316 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java309 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
315 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
319 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
324 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java301 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
307 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
311 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
316 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java301 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
307 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
311 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
316 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java301 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
307 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
311 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
316 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java301 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
307 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
311 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
316 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java48 JrtFileStore(JrtPath jrtPath) { in JrtFileStore() argument
49 this.jrtfs = jrtPath.getFileSystem(); in JrtFileStore()
H A DJrtFileSystem.java301 final void setTimes(JrtPath jrtPath, FileTime mtime, FileTime atime, FileTime ctime)
307 final void createDirectory(JrtPath jrtPath, FileAttribute<?>... attrs) throws IOException {
311 final void deleteFile(JrtPath jrtPath, boolean failIfNotExists)
316 final OutputStream newOutputStream(JrtPath jrtPath, OpenOption... options)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/util/
H A DJrtFileSystem.java66 URL jrtPath = null; in initialize() local
69jrtPath = Paths.get(this.file.toPath().toString(), "lib", JRTUtil.JRT_FS_JAR).toUri().toURL(); //$… in initialize()
70 try (URLClassLoader loader = new URLClassLoader(new URL[] { jrtPath })) { in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/
H A DJrtFileSystem.java66 URL jrtPath = null; in initialize() local
69jrtPath = Paths.get(this.file.toPath().toString(), "lib", JRTUtil.JRT_FS_JAR).toUri().toURL(); //$… in initialize()
70 try (URLClassLoader loader = new URLClassLoader(new URL[] { jrtPath })) { in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/
H A DClasspathLocation.java145 public static ClasspathJrt forJrtSystem(String jrtPath, AccessRuleSet accessRuleSet, IPath annotati… in forJrtSystem() argument
146 …return (release == null || release.equals("")) ? new ClasspathJrt(jrtPath, accessRuleSet, annotati… in forJrtSystem()
147 new ClasspathJrtWithReleaseOption(jrtPath, accessRuleSet, annotationsPath, release); in forJrtSystem()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJrtPackageFragmentRoot.java55 …protected JrtPackageFragmentRoot(IPath jrtPath, String moduleName, JavaProject project, IClasspath… in JrtPackageFragmentRoot() argument
56 super(null, jrtPath, project, extraAttributes); in JrtPackageFragmentRoot()
H A DJavaProject.java852 …private ObjectVector filterLimitedModules(IPath jrtPath, ObjectVector imageRoots, List<String> roo… in filterLimitedModules() argument
854 ModuleLookup lookup = new ModuleLookup(jrtPath.toFile()); in filterLimitedModules()
H A DJavaModelManager.java1405 public synchronized void setJrtPackageRoots(IPath jrtPath, ObjectVector roots) { in setJrtPackageRoots() argument
1407 this.jrtRoots.put(jrtPath, roots); in setJrtPackageRoots()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/
H A DJRTUtil.java362 URL jrtPath = null; in initialize() local
365 jrtPath = jrt.toPath().toUri().toURL(); in initialize()
369 jrtPath = Paths.get(this.jdkHome, "lib", JRTUtil.JRT_FS_JAR).toUri().toURL(); //$NON-NLS-1$ in initialize()
375 URLClassLoader loader = new URLClassLoader(new URL[] { jrtPath }); in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DAddJrtToIndex.java57 …public AddJrtToIndex(IPath jrtPath, IndexLocation indexFile, IndexManager manager, final boolean u… in AddJrtToIndex() argument
59 super(jrtPath, manager); in AddJrtToIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DModuleBuilderTests.java6550 String jrtPath = null; in testBug528467a() local
6555 jrtPath = iClasspathEntry.getPath().toOSString(); in testBug528467a()
6587 jrtPath + "')", markers); in testBug528467a()
6596 String jrtPath = null; in testBug528467b() local
6601 jrtPath = iClasspathEntry.getPath().toOSString(); in testBug528467b()
6637 … restriction: The type \'Image\' is not API (restriction on required library '"+ jrtPath + "')\n" + in testBug528467b()
6639 …d \'Image.getGraphics()\' is not API (restriction on required library '"+ jrtPath + "')", markers); in testBug528467b()
6648 String jrtPath = null; in testBug528467c() local
6653 jrtPath = iClasspathEntry.getPath().toOSString(); in testBug528467c()
6680 jrtPath + "')", markers); in testBug528467c()