Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ isLinux
Method
isLinux
src/com/sun/jna/Platform.java:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
return
osType == ANDROID;
150
}
151
public
static
final
boolean isLinux() {
152
return
osType == LINUX;
153
}
154
public
static
final
boolean isAIX() {
155
return
osType == AIX;
156
}
Callers
7
CallbacksTest
Class · 0.95
loadLibrary
Method · 0.95
getInstance
Method · 0.95
mapSharedLibraryName
Method · 0.95
NativeLibrary
Class · 0.95
Native
Class · 0.95
getTempDir
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected