Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NativeLibrary
Class · 0.95
getMultiArchPath
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected