Searched defs:canonPath (Results 1 - 2 of 2) 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/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 29 milliseconds