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

/openjdk7/jdk/test/tools/launcher/
H A DMultipleJRE.sh60 IsWindows() { function
320 if [ `IsWindows` = "true" ]; then
396 if [ `IsWindows` = "false" ]; then
412 if [ `IsWindows` = "true" ]; then
/openjdk7/jdk/test/tools/pack200/
H A DUtils.java61 static final boolean IsWindows = field in class:Utils
453 File unpack200File = IsWindows

Completed in 30 milliseconds