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

/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java55 private String slashify(String p) { method in class:Win32FileSystem
330 return getUserPath() + slashify(path); /* Completely relative */
341 return up + slashify(path.substring(2));
349 String p = drive + (':' + dir + slashify(path.substring(2)));
359 return drive + ":" + slashify(path.substring(2)); /* fake it */
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java647 private static String slashify(String path, boolean isDirectory) { method in class:File
686 return new URL("file", "", slashify(getAbsolutePath(), isDirectory()));
732 String sp = slashify(f.getPath(), f.isDirectory());

Completed in 43 milliseconds