Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java644 Path file3 = filesSetup.getPathInTestDir("root/dir1/file3"); in test_walkFileTree$Path$FileVisitor() local
650 Files.createFile(file3); in test_walkFileTree$Path$FileVisitor()
666 expectedDirMap.put(file3.getFileName(), VisitOption.VISIT_FILE); in test_walkFileTree$Path$FileVisitor()
750 Path file3 = filesSetup.getPathInTestDir("root/dir1/file3"); in test_walkFileTree_maximumDepth() local
757 Files.createFile(file3); in test_walkFileTree_maximumDepth()
773 expectedDirMap.put(file3.getFileName(), VisitOption.VISIT_FILE); in test_walkFileTree_maximumDepth()
845 Path file3 = Paths.get(filesSetup.getTestDir(), "root/dir1/file3"); in test_find() local
852 Files.createFile(file3); in test_find()
1361 Path file3 = Paths.get(filesSetup.getTestDir(), "root/dir1/file3"); in test_walk$Path$FileVisitOption() local
1368 Files.createFile(file3); in test_walk$Path$FileVisitOption()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java224 File file3 = new File("\\", "\\dir1\\file1"); in test_Constructor_String_String_112270() local
225 assertEquals("wrong result 3", ref1.getPath(), file3.getPath()); in test_Constructor_String_String_112270()
248 File file3 = new File(root, "\\dir1\\file1"); in test_Constructor_File_String_112270() local
249 assertEquals("wrong result 3", ref1.getPath(), file3.getPath()); in test_Constructor_File_String_112270()