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

Method isFreeBSD

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

Source from the content-addressed store, hash-verified

168 return osType == DRAGONFLYBSD;
169 }
170 public static final boolean isFreeBSD() {
171 return osType == FREEBSD;
172 }
173 public static final boolean isOpenBSD() {
174 return osType == OPENBSD;
175 }

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