MCPcopy Index your code
hub / github.com/java-native-access/jna / isSolaris

Method isSolaris

src/com/sun/jna/Platform.java:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 return osType == WINDOWS || osType == WINDOWSCE;
163 }
164 public static final boolean isSolaris() {
165 return osType == SOLARIS;
166 }
167 public static final boolean isDragonFlyBSD() {
168 return osType == DRAGONFLYBSD;
169 }

Callers 6

testKstat2Method · 0.95
testKstatLookupStringMethod · 0.95
testKstatLookupLongMethod · 0.95
testKstatLookupAllMethod · 0.95
NativeLibraryClass · 0.95
getTempDirMethod · 0.95

Calls

no outgoing calls

Tested by 4

testKstat2Method · 0.76
testKstatLookupStringMethod · 0.76
testKstatLookupLongMethod · 0.76
testKstatLookupAllMethod · 0.76