Searched refs:dirMap (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | Files2Test.java | 607 Map<Object, VisitOption> dirMap = new HashMap<>(); in test_walkFileTree$Path$Set$int$FileVisitor_symbolicLinkFollow() local 611 Files.walkFileTree(file2, option, 50, new TestFileVisitor(dirMap, option)); in test_walkFileTree$Path$Set$int$FileVisitor_symbolicLinkFollow() 617 assertEquals(expectedDirMap, dirMap); in test_walkFileTree$Path$Set$int$FileVisitor_symbolicLinkFollow() 654 Map<Object, VisitOption> dirMap = new HashMap<>(); in test_walkFileTree$Path$FileVisitor() local 656 Path returnedPath = Files.walkFileTree(rootDir, new Files2Test.TestFileVisitor(dirMap)); in test_walkFileTree$Path$FileVisitor() 669 assertEquals(expectedDirMap, dirMap); in test_walkFileTree$Path$FileVisitor() 693 Map<Object, VisitOption> dirMap = new HashMap<>(); in test_walkFileTree_depthFirst() local 696 new Files2Test.TestFileVisitor(dirMap, keyList)); in test_walkFileTree_depthFirst() 718 Map<Object, VisitOption> dirMap = new HashMap<>(); in test_walkFileTree_negativeDepth() local 723 new Files2Test.TestFileVisitor(dirMap)); in test_walkFileTree_negativeDepth() [all …]
|