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

/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...]

Completed in 35 milliseconds