Home
last modified time | relevance | path

Searched refs:osName (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java685 String osName = System.getProperty("os.name"); in isUnix() local
688 osName = (osName == null ? null : osName.toLowerCase(Locale.ENGLISH)); in isUnix()
690 if (osName != null && osName.startsWith("windows")) { //$NON-NLS-1$ in isUnix()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java1897 String osName = System.getProperty("os.name", "unknown"); in test_setLastModifiedJ() local
1898 if (osName.equals("Windows 2000") || osName.equals("Windows NT")) { in test_setLastModifiedJ()