Searched refs:asPath (Results 1 - 6 of 6) sorted by relevance

/openjdk10/langtools/test/tools/javac/api/file/
H A DSJFM_AsPath.java28 * Test asPath method.
60 * Tests the asPath method for a specific file manager and a series
65 * and throw UnsupportedOperationException for asPath.
79 Path path = fm.asPath(fo);
/openjdk10/langtools/test/tools/javac/api/6440528/
H A DT6440528.java58 File got = fm.asPath(cls).toFile();
/openjdk10/langtools/src/java.compiler/share/classes/javax/tools/
H A DStandardJavaFileManager.java414 default Path asPath(FileObject file) { method in interface:StandardJavaFileManager
/openjdk10/langtools/test/tools/javac/processing/model/testgetallmembers/
H A DMain.java88 Path path = fm.asPath(file);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/api/
H A DClientCodeWrapper.java539 public Path asPath(FileObject file) { method in class:ClientCodeWrapper.WrappedStandardJavaFileManager
541 return ((StandardJavaFileManager)clientJavaFileManager).asPath(file);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java954 Path p = asPath(fo);
1023 public Path asPath(FileObject file) { method in class:JavacFileManager

Completed in 163 milliseconds