Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ isAndroid
Method
isAndroid
src/com/sun/jna/Platform.java:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
return
osType == MAC;
147
}
148
public
static
final
boolean isAndroid() {
149
return
osType == ANDROID;
150
}
151
public
static
final
boolean isLinux() {
152
return
osType == LINUX;
153
}
Callers
4
testGetProcess
Method · 0.95
loadLibrary
Method · 0.95
Native
Class · 0.95
loadNativeDispatchLibrary
Method · 0.95
Calls
no outgoing calls
Tested by
1
testGetProcess
Method · 0.76