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

/art/runtime/
H A Djni_internal.cc448 : path_(path),
462 return path_;
481 LOG(INFO) << *self << " recursive attempt to load library " << "\"" << path_ << "\""; local
485 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]"; local
490 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" "
521 std::string path_; member in class:art::SharedLibrary

Completed in 645 milliseconds