Searched refs:OS_NAME (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/make/common/shared/
H A DPlatform.gmk54 # OS_NAME solaris, linux, or nt
93 OS_NAME = solaris
152 OS_NAME = linux
236 OS_NAME = freebsd
243 OS_NAME = darwin
250 OS_NAME = netbsd
257 OS_NAME = openbsd
345 OS_NAME = nt
/openjdk7/jdk/src/share/classes/sun/awt/
H A DOSInfo.java60 private static final String OS_NAME = "os.name"; field in class:OSInfo
89 String osName = System.getProperty(OS_NAME);
/openjdk7/jdk/test/
H A DMakefile69 OS_NAME = solaris macro
74 OS_NAME = linux macro
83 OS_NAME = macosx macro
91 ifeq ($(OS_NAME),)
92 OS_NAME = windows macro
165 PLATFORM_OS = $(OS_NAME)-$(OS_ARCH)
245 ifeq ($(OS_NAME),solaris)
395 @(($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-all' ) ;\
397 ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)-$(OS_ARCH2)' ) ;\
398 ($(CAT) $(PROBLEM_LISTS) | $(EGREP) -- '$(OS_NAME)
[all...]
/openjdk7/jdk/make/common/
H A DDefs-macosx.gmk75 PLATFORM_INCLUDE_NAME = $(OS_NAME)
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk229 OS_NAME = darwin

Completed in 41 milliseconds