Home
last modified time | relevance | path

Searched defs:rootDir (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java595 Path rootDir = filesSetup.getPathInTestDir("root"); in test_walkFileTree$Path$Set$int$FileVisitor_symbolicLinkFollow() local
637 Path rootDir = filesSetup.getPathInTestDir("root"); in test_walkFileTree$Path$FileVisitor() local
682 Path rootDir = filesSetup.getPathInTestDir("root"); in test_walkFileTree_depthFirst() local
713 Path rootDir = filesSetup.getPathInTestDir("root"); in test_walkFileTree_negativeDepth() local
743 Path rootDir = filesSetup.getPathInTestDir("root"); in test_walkFileTree_maximumDepth() local
780 Path rootDir = filesSetup.getPathInTestDir("root"); in test_walkFileTree$Path$FileVisitor_NPE() local
805 Path rootDir = filesSetup.getPathInTestDir("root"); in test_walkFileTree$Path$FileVisitor_FileSystemLoopException() local
838 Path rootDir = Paths.get(filesSetup.getTestDir(), "root"); in test_find() local
904 Path rootDir = Paths.get(filesSetup.getTestDir(), "root"); in test_find_NPE() local
1003 Path rootDir = Paths.get(filesSetup.getTestDir(), "root"); in test_list() local
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java2154 File rootDir = new File(System.getProperty("java.io.tmpdir")).getAbsoluteFile(); in test_list_withUnicodeFileName() local