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

/openjdk7/hotspot/src/share/tools/LogCompilation/
H A DMakefile40 isUnix := $(shell test -r c:/; echo $$?) macro
42 ifeq "$(isUnix)" "1"
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java1139 boolean isUnix = os.equals("SunOS") || os.equals("Linux");
1142 if (isUnix) {
/openjdk7/hotspot/agent/make/
H A DMakefile238 isUnix := $(shell test -r c:/; echo $$?) macro
240 ifeq "$(isUnix)" "1"

Completed in 33 milliseconds