Searched defs:lib (Results 1 – 4 of 4) sorted by relevance
137 private static InputStream getAgentInputStream(ClassLoader cl, String lib) throws Exception { in getAgentInputStream()154 private static File copyAgentToFile(String lib) throws Exception { in copyAgentToFile()159 try (InputStream is = getAgentInputStream(cl, lib)) { in copyAgentToFile() argument
92 private static File copyAgentToFile(String lib) throws Exception { in copyAgentToFile()
414 public static native String tryDlopen(String lib); in tryDlopen()
443 jstring lib) { in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()