Open the requested native library with default options.
(String name)
| 2322 | |
| 2323 | /** Open the requested native library with default options. */ |
| 2324 | static long open(String name) { |
| 2325 | return open(name, -1); |
| 2326 | } |
| 2327 | |
| 2328 | /** Open the requested native library with the specified platform-specific |
| 2329 | * otions. |
no outgoing calls
no test coverage detected