Searched refs:canonPath (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java673 String readStartupCommandFile(String dir, String fname, String canonPath) { argument
686 if (canonPath == null || !canonPath.equals(myCanonFile)) {
734 String canonPath;
736 if ((canonPath = readStartupCommandFile(userHome, "jdb.ini", null)) == null) {
738 canonPath = readStartupCommandFile(userHome, ".jdbrc", null);
742 if (readStartupCommandFile(userDir, "jdb.ini", canonPath) == null) {
744 readStartupCommandFile(userDir, ".jdbrc", canonPath);
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java643 String canonPath = getCanonicalPath();
644 return new File(canonPath, fs.prefixLength(canonPath));
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java1823 path = canonPath(path);
1852 private static String canonPath(String path) throws IOException { method in class:PolicyFile

Completed in 90 milliseconds