Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ isAIX
Method
isAIX
src/com/sun/jna/Platform.java:154–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
return
osType == LINUX;
153
}
154
public
static
final
boolean isAIX() {
155
return
osType == AIX;
156
}
157
public
static
final
boolean isWindowsCE() {
158
return
osType == WINDOWSCE;
159
}
Callers
15
testGetLoadAvg
Method · 0.95
PerfstatTest
Class · 0.95
testPerfstatParitionConfig
Method · 0.95
testPerfstatCpuTotal
Method · 0.95
testPerfstatCpu
Method · 0.95
testPerfstatDisk
Method · 0.95
testPerfstatMemory
Method · 0.95
testPerfstatNetInterfaces
Method · 0.95
testPerfstatProcesses
Method · 0.95
testPerfstatProtocols
Method · 0.95
assertLibraryExists
Method · 0.95
testRegisterMethods
Method · 0.95
Calls
no outgoing calls
Tested by
11
testGetLoadAvg
Method · 0.76
testPerfstatParitionConfig
Method · 0.76
testPerfstatCpuTotal
Method · 0.76
testPerfstatCpu
Method · 0.76
testPerfstatDisk
Method · 0.76
testPerfstatMemory
Method · 0.76
testPerfstatNetInterfaces
Method · 0.76
testPerfstatProcesses
Method · 0.76
testPerfstatProtocols
Method · 0.76
assertLibraryExists
Method · 0.76
testRegisterMethods
Method · 0.76