Searched refs:createLink (Results 1 – 6 of 6) sorted by relevance
154 provider.createLink(link, existing); in testCreateLink()
685 public void createLink(Path link, Path existing) throws IOException { in createLink() method in FileSystemProvider
1085 public static Path createLink(Path link, Path existing) throws IOException {1086 provider(link).createLink(link, existing);
482 public void createLink(Path obj1, Path obj2) throws IOException { in createLink() method in UnixFileSystemProvider
1656 Files.createLink(filesSetup.getTestPath(), filesSetup.getDataFilePath()); in test_createLink()
7369 …method public static java.nio.file.Path createLink(java.nio.file.Path, java.nio.file.Path) throws …7786 … method public void createLink(java.nio.file.Path, java.nio.file.Path) throws java.io.IOException;