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