Searched defs:lib (Results 1 – 5 of 5) 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
103 private static File copyAgentToFile(String lib) throws Exception { in copyAgentToFile()
409 public static native String tryDlopen(String lib); in tryDlopen()
459 jstring lib) { in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()
1923 SharedLibraryInfo lib = libs.get(i); in findLibrary() local