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

/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java50 testCopyFileToFile(dir1, dir1, TestUtil.supportsLinks(dir1));
60 testCopyFileToFile(dir1, dir2, testSymbolicLinks);
68 testCopyFileToFile(dir1, dir3, false);
665 static void testCopyFileToFile(Path dir1, Path dir2, boolean supportsLinks) method in class:CopyAndMove

Completed in 32 milliseconds