Searched refs:testdir (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/net/URLClassLoader/closetest/
H A DCloseTest.java74 String testdir=workdir+"testdir/";
75 rm_minus_rf (new File(testdir));
76 copyDir (workdir+"test1/", testdir);
77 test (testdir, 1);
79 testdir=workdir+"testdir/";
80 rm_minus_rf (new File(testdir));
81 copyDir (workdir+"test2/", testdir);
82 test (testdir,
[all...]
H A DGetResourceAsStream.java66 File testdir= new File (workdir, "testdir");
69 copyDir (srcdir, testdir);
70 test (testdir, true, false);
/openjdk7/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java213 final Path testdir = Paths.get(System.getProperty("test.dir", ".")).toAbsolutePath();
216 Path file = createFile(testdir.resolve("file1234"));
240 Path target = testdir.resolve("target1234");
250 if (TestUtil.supportsLinks(testdir)) {
251 Path link = testdir.resolve("link1234");
270 Path subdir = testdir.resolve("subdir1234");
281 Path fileToCreate = testdir.resolve("file7890");
292 if (TestUtil.supportsLinks(testdir)) {
294 Path link = testdir.resolve("link1234");
306 if (TestUtil.supportsLinks(testdir)) {
[all...]
/openjdk7/jdk/test/java/nio/file/Path/
H A DMacPathTest.java88 private static void test(String testdir, String dname, String fname_nfc) argument
96 Path bpath = Paths.get(testdir);
97 Path dpath = Paths.get(testdir, dname);
98 Path dpath_nfd = Paths.get(testdir, dname_nfd);
99 Path fpath_nfc = Paths.get(testdir, fname_nfc);
100 Path fpath_nfd = Paths.get(testdir, fname_nfd);
/openjdk7/jdk/test/java/io/File/
H A DMacPathTest.java97 private static void test(String testdir, String dname, String fname_nfc) argument
105 File base = new File(testdir);
111 System.out.printf("base :[%s][len=%d]%n", testdir, testdir.length());

Completed in 51 milliseconds