MCPcopy 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

CallbacksTestClass · 0.95
loadLibraryMethod · 0.95
getInstanceMethod · 0.95
mapSharedLibraryNameMethod · 0.95
NativeLibraryClass · 0.95
NativeClass · 0.95
getTempDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected