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

Method isGNU

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

Source from the content-addressed store, hash-verified

177 return osType == NETBSD;
178 }
179 public static final boolean isGNU() {
180 return osType == GNU;
181 }
182 public static final boolean iskFreeBSD() {
183 return osType == KFREEBSD;
184 }

Callers 2

NativeLibraryClass · 0.95
getMultiArchPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected