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

/art/runtime/
H A Djni_internal.cc466 * Check the result of an earlier call to JNI_OnLoad on this library.
481 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\"";
520 // Path to library "/system/lib/libjni.so".
526 // The ClassLoader this library is associated with.
551 for (const auto& library : libraries_) {
556 os << library.first;
569 void Put(const std::string& path, SharedLibrary* library) { argument
570 libraries_.Put(path, library);
580 SharedLibrary* library = lib.second; local
581 if (library
3128 SharedLibrary* library; local
[all...]

Completed in 62 milliseconds