Searched defs:testPath (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/file/Path/
H A DUriImportExport.java42 static void testPath(String s) { method in class:UriImportExport
59 static void testPath(String s, String expectedUri) { method in class:UriImportExport
118 testPath("C:\\doesnotexist");
119 testPath("C:doesnotexist");
120 testPath("\\\\server.nowhere.oracle.com\\share\\");
121 testPath("\\\\fe80--203-baff-fe5a-749ds1.ipv6-literal.net\\share\\missing",
124 testPath("doesnotexist");
125 testPath("/doesnotexist");
126 testPath("/does not exist");
/openjdk7/jdk/test/sun/misc/
H A DEscapePath.java33 private static String testPath; field in class:EscapePath
36 testPath = System.getProperty("test.src");
37 if (testPath == null)
38 testPath = "";
40 testPath = testPath + File.separator;
63 FileInputStream fis = new FileInputStream(testPath + "Hello.class");

Completed in 32 milliseconds