Searched defs:library (Results 1 – 4 of 4) sorted by relevance
70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } in Plugin()
234 SharedLibrary* const library = it->second; in UnloadBootNativeLibraries() local247 for (const auto& library : libraries_) { in Dump() local265 void Put(const std::string& path, SharedLibrary* library) in Put()311 SharedLibrary* const library = lib.second; in FindNativeMethodInternal() local341 SharedLibrary* const library = it->second; in UnloadNativeLibraries() local357 for (auto library : unload_libraries) { in UnloadNativeLibraries() local897 SharedLibrary* library; in LoadNativeLibrary() local
136 library bool member
370 private static void testDoubleLoad(String library) { in testDoubleLoad()