Searched refs:getAbsolutePath (Results 1 - 25 of 146) sorted by relevance

123456

/openjdk7/jdk/test/java/io/pathNames/win32/
H A DBadDriveLetter.java32 System.err.println(new java.io.File(".:").getAbsolutePath());
/openjdk7/jdk/make/tools/src/build/tools/dirdiff/
H A DDirDiff.java86 System.out.println("Files Match:\t" + goldenChild.getAbsolutePath() +
87 " and " + testChild.getAbsolutePath());
103 System.out.println("File short [" + (testLength - goldenLength) + "]:\t" + testChild.getAbsolutePath());
105 System.out.println("File long [" + (testLength - goldenLength) + "]:\t" + testChild.getAbsolutePath());
114 System.out.println("Dirs Match:\t" + goldenChild.getAbsolutePath() +
115 " and " + testChild.getAbsolutePath());
129 System.out.println("Missing File [" + length + "]:\t" + missingFile.getAbsolutePath());
142 System.out.println("Extra File [" + length + "]:\t" + extraFile.getAbsolutePath());
146 System.out.println("Missing Dir:\t" + missingDir.getAbsolutePath());
150 System.out.println("Extra Dir:\t" + extraDir.getAbsolutePath());
[all...]
/openjdk7/jdk/src/windows/classes/sun/management/
H A DFileSystemImpl.java37 return isSecuritySupported0(f.getAbsolutePath());
41 String path = f.getAbsolutePath();
/openjdk7/langtools/test/tools/javac/file/zip/
H A DT6865530.java49 "cvf", testJar.getAbsolutePath(), "Foo.class"
57 if (!Utils.compile("-doe", "-verbose", "-cp", badFile.getAbsolutePath(), "Bar.java")) {
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSunSDK.java46 return jdwpLib.exists() ? jreParent.getAbsolutePath() : null;
/openjdk7/jdk/test/java/lang/ClassLoader/
H A DLoadNullClass.java41 (new URL[]{new URL("file:"+ f.getAbsolutePath())});
/openjdk7/jdk/test/tools/launcher/
H A DTestSpecialArgs.java84 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
88 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
92 runTest(envToRemove, javaCmd, "-cp", TEST_CLASSES_DIR.getAbsolutePath(),
H A DExecutionEnvironment.java133 testJarFile.getAbsolutePath());
194 testJarFile.getAbsolutePath());
201 testJarFile.getAbsolutePath());
214 testJarFile.getAbsolutePath());
226 testJarFile.getAbsolutePath());
233 testJarFile.getAbsolutePath());
246 testJarFile.getAbsolutePath());
253 testJarFile.getAbsolutePath());
338 symLink.getAbsolutePath());
H A DI18NJarTest.java107 "-jar", dirfile.getAbsolutePath());
115 dirfile.getAbsolutePath(), "Foo");
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanDirConfigTest.java87 final ScanDirConfig instance = new ScanDirConfig(file.getAbsolutePath());
121 manager.createOtherConfigurationMBean("testSave",file.getAbsolutePath());
133 new XmlConfigUtils(file.getAbsolutePath()).readFromFile();
141 new XmlConfigUtils(file.getAbsolutePath()).readFromFile();
177 final ScanDirConfig instance = new ScanDirConfig(file.getAbsolutePath());
212 file.getAbsolutePath()),
235 new XmlConfigUtils(file.getAbsolutePath()).readFromFile();
245 new XmlConfigUtils(file.getAbsolutePath()).readFromFile();
282 final ScanDirConfig instance = new ScanDirConfig(file.getAbsolutePath());
285 assertEquals(file.getAbsolutePath(), ne
[all...]
/openjdk7/jdk/test/tools/pack200/
H A DAttributeTests.java62 cmds.add(testJar.getAbsolutePath());
63 cmds.add(dynJar.getAbsolutePath());
86 cmds.add(testJar.getAbsolutePath());
87 cmds.add(badAttrJar.getAbsolutePath());
H A DCommandLineTests.java133 cmdsList.add("--config-file=" + ConfigFile.getAbsolutePath());
139 cmdsList.add(f.getAbsolutePath());
148 cmdsList.add(javaCmd.getAbsolutePath());
158 cmdsList.add(javaCmd.getAbsolutePath());
165 cmdsList.add(javacCmd.getAbsolutePath());
/openjdk7/jdk/test/javax/script/
H A DTest7.java45 eng.put("filename", file.getAbsolutePath());
/openjdk7/jdk/test/javax/swing/JFileChooser/6484091/
H A Dbug6484091.java55 System.out.println("Files in " + dir.getAbsolutePath() + ":");
/openjdk7/jdk/test/sun/net/www/protocol/file/
H A DFileMap.java38 String s = f.getAbsolutePath();
H A DGetLastModified.java38 String s = f.getAbsolutePath();
/openjdk7/langtools/test/tools/javadoc/
H A DT6551367.java49 new String[]{source.getPath(), "-d", destDir.getAbsolutePath()});
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DFileKeyTab.java41 String ktab = new File(OneKDC.KTAB).getAbsolutePath().replace('\\', '/');
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DManyZipFiles.java72 fail(tmpdir.getAbsolutePath()
79 + tmpdir.getAbsolutePath() + " for test files");
84 + tmpdir.getAbsolutePath() + " for test files");
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DDefaultShellFolder.java44 super(parent, f.getAbsolutePath());
/openjdk7/jdk/test/java/io/File/
H A DMaxPath.java38 String dir = new File(".").getAbsolutePath() + "\\";
/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/delegateToContextLoader/
H A DDelegateToContextLoader.java77 srcDir.getAbsolutePath().replace(File.separatorChar, '/') +
/openjdk7/jdk/test/javax/imageio/
H A DEmptyFileTest.java44 System.out.printf("File %s: %s\n", out.getAbsolutePath(),
/openjdk7/langtools/test/tools/javac/api/
H A DT6419926.java39 System.out.println( new File( new File(".").toURI() ).getAbsolutePath() );
/openjdk7/jdk/test/sun/security/krb5/ktab/
H A DFileKeyTab.java41 name = new File(name).getAbsolutePath().toString();

Completed in 67 milliseconds

123456