Searched refs:fullLibName (Results 1 – 1 of 1) sorted by relevance
41 String fullLibName = "lib" + nativeLibName + ".so"; in NativeProgram() local42 if (!openNativeLibrary(fullLibName)) { in NativeProgram()43 … throw new RuntimeException("Could not find native library named '" + fullLibName + "' " + in NativeProgram()51 processFuncName + " in library " + fullLibName + "! " + in NativeProgram()