Searched refs:file5 (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | Files2Test.java | 645 Path file5 = filesSetup.getPathInTestDir("root/dir1/dir2/file5"); in test_walkFileTree$Path$FileVisitor() local 651 Files.createFile(file5); in test_walkFileTree$Path$FileVisitor() 664 expectedDirMap.put(file5.getFileName(), VisitOption.VISIT_FILE); in test_walkFileTree$Path$FileVisitor() 751 Path file5 = filesSetup.getPathInTestDir("root/dir1/dir2/file5"); in test_walkFileTree_maximumDepth() local 758 Files.createFile(file5); in test_walkFileTree_maximumDepth() 846 Path file5 = Paths.get(filesSetup.getTestDir(), "root/dir1/dir2/file5"); in test_find() local 853 Files.createFile(file5); in test_find() 1362 Path file5 = Paths.get(filesSetup.getTestDir(), "root/dir1/dir2/file5"); in test_walk$Path$FileVisitOption() local 1369 Files.createFile(file5); in test_walk$Path$FileVisitOption() 1455 Path file5 = Paths.get(filesSetup.getTestDir(), "root/dir1/dir2/file5"); in test_walk() local [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | FileTest.java | 231 File file5 = new File("/", "lib/test_112270.properties"); in test_Constructor_String_String_112270() local 232 assertEquals("wrong result 5", ref2.getPath(), file5.getPath()); in test_Constructor_String_String_112270() 255 File file5 = new File(root, "lib/content-types.properties"); in test_Constructor_File_String_112270() local 256 assertEquals("wrong result 5", ref2.getPath(), file5.getPath()); in test_Constructor_File_String_112270()
|