MCPcopy Create free account
hub / github.com/java-native-access/jna / isDragonFlyBSD

Method isDragonFlyBSD

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

Source from the content-addressed store, hash-verified

165 return osType == SOLARIS;
166 }
167 public static final boolean isDragonFlyBSD() {
168 return osType == DRAGONFLYBSD;
169 }
170 public static final boolean isFreeBSD() {
171 return osType == FREEBSD;
172 }

Callers 5

loadLibraryMethod · 0.95
getInstanceMethod · 0.95
mapSharedLibraryNameMethod · 0.95
NativeLibraryClass · 0.95
getTempDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected