Searched defs:readSymbolicLink (Results 1 – 3 of 3) sorted by relevance
244 public Path readSymbolicLink(Path link) throws IOException { in readSymbolicLink() method in JimfsFileSystemProvider
366 public JimfsPath readSymbolicLink(JimfsPath path) throws IOException { in readSymbolicLink() method in FileSystemView
595 public static Path readSymbolicLink(final Path link) { in readSymbolicLink() method in FilesUncheck