Searched defs:library (Results 1 – 6 of 6) sorted by relevance
70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin()
1207 for (auto library : shared_libraries.Iterate<mirror::ClassLoader>()) { in CreateInfoFromClassLoader() local1226 for (auto library : shared_libraries_after.Iterate<mirror::ClassLoader>()) { in CreateInfoFromClassLoader() local
42 public static void testNative(String library) { in testNative()
237 SharedLibrary* const library = it->second; in UnloadBootNativeLibraries() local250 for (const auto& library : libraries_) { in Dump() local268 void Put(const std::string& path, SharedLibrary* library) in Put()321 SharedLibrary* const library = lib.second; in FindNativeMethodInternal() local351 SharedLibrary* const library = it->second; in UnloadNativeLibraries() local367 for (auto library : unload_libraries) { in UnloadNativeLibraries() local932 SharedLibrary* library; in LoadNativeLibrary() local
29 library bool member
375 private static void testDoubleLoad(String library) { in testDoubleLoad()