Searched refs:osName (Results 1 – 2 of 2) sorted by relevance
685 String osName = System.getProperty("os.name"); in isUnix() local688 osName = (osName == null ? null : osName.toLowerCase(Locale.ENGLISH)); in isUnix()690 if (osName != null && osName.startsWith("windows")) { //$NON-NLS-1$ in isUnix()
1897 String osName = System.getProperty("os.name", "unknown"); in test_setLastModifiedJ() local1898 if (osName.equals("Windows 2000") || osName.equals("Windows NT")) { in test_setLastModifiedJ()