Home
last modified time | relevance | path

Searched refs:TestFileVisitor (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java611 Files.walkFileTree(file2, option, 50, new TestFileVisitor(dirMap, option)); in test_walkFileTree$Path$Set$int$FileVisitor_symbolicLinkFollow()
656 Path returnedPath = Files.walkFileTree(rootDir, new Files2Test.TestFileVisitor(dirMap)); in test_walkFileTree$Path$FileVisitor()
696 new Files2Test.TestFileVisitor(dirMap, keyList)); in test_walkFileTree_depthFirst()
723 new Files2Test.TestFileVisitor(dirMap)); in test_walkFileTree_negativeDepth()
764 Files.walkFileTree(rootDir, option, 2, new Files2Test.TestFileVisitor(dirMap)); in test_walkFileTree_maximumDepth()
783 new Files2Test.TestFileVisitor(new HashMap<>())); in test_walkFileTree$Path$FileVisitor_NPE()
818 new Files2Test.TestFileVisitor(dirMap)); in test_walkFileTree$Path$FileVisitor_FileSystemLoopException()
1815 private static class TestFileVisitor implements FileVisitor<Path> { class in Files2Test
1821 public TestFileVisitor(Map<Object, VisitOption> dirMap) { in TestFileVisitor() method in Files2Test.TestFileVisitor
1825 public TestFileVisitor(Map<Object, VisitOption> dirMap, Set<FileVisitOption> option) { in TestFileVisitor() method in Files2Test.TestFileVisitor
[all …]