Searched refs:readSymbolicLink (Results 1 – 4 of 4) sorted by relevance
244 public Path readSymbolicLink(Path link) throws IOException { in readSymbolicLink() method in JimfsFileSystemProvider246 return getDefaultView(checkedPath).readSymbolicLink(checkedPath); in readSymbolicLink()
366 public JimfsPath readSymbolicLink(JimfsPath path) throws IOException { in readSymbolicLink() method in FileSystemView
207 Path actualTarget = Files.readSymbolicLink(actual); in withTarget()
1250 Files.readSymbolicLink(path("/none")); in testSymbolicLinks()1257 Files.readSymbolicLink(path("/file.txt")); in testSymbolicLinks()2373 Files.readSymbolicLink(foo); in testUnsupportedFeatures()