Searched defs:OS_NAME (Results 1 – 3 of 3) sorted by relevance
31 private static final String OS_NAME = field in Os
61 #define OS_NAME "linux" macro63 #define OS_NAME "windows" macro65 #define OS_NAME "unknown-os" macro
551 private static final String OS_NAME = System.getProperty("os.name"); field in CSpinner