MCPcopy Create free account
hub / github.com/java-native-access/jna / iskFreeBSD

Method iskFreeBSD

src/com/sun/jna/Platform.java:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 return osType == GNU;
181 }
182 public static final boolean iskFreeBSD() {
183 return osType == KFREEBSD;
184 }
185 public static final boolean isX11() {
186 // TODO: check filesystem for /usr/X11 or some other X11-specific test
187 return !Platform.isWindows() && !Platform.isMac();

Callers 3

NativeLibraryClass · 0.95
getMultiArchPathMethod · 0.95
getTempDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected