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

/art/runtime/
H A Djni_internal.cc372 * Check the result of an earlier call to JNI_OnLoad on this library.
387 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
450 // Path to library "/system/lib/libjni.so".
459 // The ClassLoader this library is associated with.
484 for (const auto& library : libraries_) {
489 os << library.first;
502 void Put(const std::string& path, SharedLibrary* library) { argument
503 libraries_.Put(path, library);
513 SharedLibrary* library = lib.second; local
514 if (library
3234 SharedLibrary* library; local
[all...]

Completed in 49 milliseconds