Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DFileSystemsTest.java62 Path testPath = Paths.get("/"); in test_getFileSystem() local
63 FileSystem fs = FileSystems.getFileSystem(testPath.toUri()); in test_getFileSystem()
74 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map() local
77 FileSystems.newFileSystem(testPath.toUri(), stubEnv); in test_newFileSystem$URI$Map()
87 FileSystems.newFileSystem(testPath, null); in test_newFileSystem$URI$Map()
94 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map$ClassLoader() local
97 FileSystems.newFileSystem(testPath.toUri(), stubEnv, getClass().getClassLoader()); in test_newFileSystem$URI$Map$ClassLoader()
108 FileSystems.newFileSystem(testPath.toUri(), null, in test_newFileSystem$URI$Map$ClassLoader()
114 FileSystems.newFileSystem(testPath.toUri(), stubEnv, null); in test_newFileSystem$URI$Map$ClassLoader()
140 Path testPath = Paths.get("/"); in test_newFileSystem$Path$ClassLoader() local
[all …]
DFilesSetup.java59 private Path testPath; field in FilesSetup
78 testPath = Paths.get(testDir, NON_EXISTENT_FILE); in initializeFiles()
92 return testPath; in getTestPath()
DDefaultFileSystemProvider2Test.java642 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map() local
643 assertNotNull(provider.getFileSystem(testPath.toUri())); in test_newFileSystem$URI$Map()