Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ isNetBSD
Method
isNetBSD
src/com/sun/jna/Platform.java:176–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
return
osType == OPENBSD;
175
}
176
public
static
final
boolean isNetBSD() {
177
return
osType == NETBSD;
178
}
179
public
static
final
boolean isGNU() {
180
return
osType == GNU;
181
}
Callers
1
getTempDir
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected