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()
415 public static native String tryDlopen(String lib); in tryDlopen()
467 jstring lib) { in Java_android_jni_cts_LinkerNamespacesHelper_tryDlopen()
3189 SharedLibraryInfo lib = libs.get(i); in findLibrary() local