Searched refs:readStartupCommandFile (Results 1 - 1 of 1) 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) { method in class:TTY
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);

Completed in 30 milliseconds