Searched refs:hasWhitespace (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSunCommandLineLauncher.java129 static boolean hasWhitespace(String string) { method in class:SunCommandLineLauncher
216 if (hasWhitespace(exePath)) {
224 if (hasWhitespace(xrun)) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java817 private static boolean hasWhitespace(String string) { method in class:TTY
828 if (hasWhitespace(argument) || argument.indexOf(',') != -1) {

Completed in 33 milliseconds