Searched refs:libraryFileName (Results 1 – 1 of 1) sorted by relevance
135 private static String appendLibOsSuffix(final String libraryFileName, final boolean shared) { in appendLibOsSuffix() argument137 return libraryFileName + ".so"; in appendLibOsSuffix()139 return libraryFileName + (shared ? ".dylib" : ".jnilib"); in appendLibOsSuffix()141 return libraryFileName + ".dll"; in appendLibOsSuffix()