Searched refs:testPath (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/nio/file/Path/ |
D | UriImportExport.java | 43 static void testPath(String s) { in testPath() method in UriImportExport 53 static void testPath(String s, String expectedUri) { in testPath() method in UriImportExport 91 testPath("C:\\doesnotexist"); in main() 92 testPath("C:doesnotexist"); in main() 93 testPath("\\\\server.nowhere.oracle.com\\share\\"); in main() 94 testPath("\\\\fe80--203-baff-fe5a-749ds1.ipv6-literal.net\\share\\missing", in main() 97 testPath("doesnotexist"); in main() 98 testPath("/doesnotexist"); in main() 99 testPath("/does not exist"); in main()
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | FileSystemsTest.java | 64 Path testPath = Paths.get("/"); in test_getFileSystem() local 65 FileSystem fs = FileSystems.getFileSystem(testPath.toUri()); in test_getFileSystem() 76 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map() local 79 FileSystems.newFileSystem(testPath.toUri(), stubEnv); in test_newFileSystem$URI$Map() 89 FileSystems.newFileSystem(testPath, null); in test_newFileSystem$URI$Map() 96 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map$ClassLoader() local 99 FileSystems.newFileSystem(testPath.toUri(), stubEnv, getClass().getClassLoader()); in test_newFileSystem$URI$Map$ClassLoader() 110 FileSystems.newFileSystem(testPath.toUri(), null, in test_newFileSystem$URI$Map$ClassLoader() 116 FileSystems.newFileSystem(testPath.toUri(), stubEnv, null); in test_newFileSystem$URI$Map$ClassLoader() 142 Path testPath = Paths.get("/"); in test_newFileSystem$Path$ClassLoader() local [all …]
|
D | FilesSetup.java | 59 private Path testPath; field in FilesSetup 78 testPath = Paths.get(testDir, NON_EXISTENT_FILE); in initializeFiles() 92 return testPath; in getTestPath()
|
D | DefaultFileSystemProvider2Test.java | 642 Path testPath = Paths.get("/"); in test_newFileSystem$URI$Map() local 643 assertNotNull(provider.getFileSystem(testPath.toUri())); in test_newFileSystem$URI$Map()
|