Searched refs:library (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dplugin.h70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { } argument
H A Djava_vm_ext.cc105 * Check the result of an earlier call to JNI_OnLoad on this library.
118 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
184 // Path to library "/system/lib/libjni.so".
193 // The ClassLoader this library is associated with, a weak global JNI reference that is
194 // created/deleted with the scope of the library.
225 for (const auto& library : libraries_) {
230 os << library.first;
243 void Put(const std::string& path, SharedLibrary* library)
245 libraries_.Put(path, library);
288 SharedLibrary* const library variable
318 SharedLibrary* const library = it->second; local
864 SharedLibrary* library; local
[all...]
/art/test/004-JniTest/src/
H A DMain.java370 private static void testDoubleLoad(String library) { argument
371 // Test that nothing observably happens on loading "library" again.
372 System.loadLibrary(library);
379 runMethod.invoke(null, library);
384 String pattern = "^Shared library .*libarttest.* already opened by ClassLoader.*" +

Completed in 325 milliseconds