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

/art/runtime/native/
H A Djava_lang_Runtime.cc66 std::string detail; local
68 bool success = vm->LoadNativeLibrary(filename.c_str(), classLoader, detail);
75 return env->NewStringUTF(detail.c_str());
/art/runtime/
H A Djni_internal.cc574 void* FindNativeMethod(const ArtMethod* m, std::string& detail)
596 detail += "No implementation found for ";
597 detail += PrettyMethod(m);
598 detail += " (tried " + jni_short_name + " and " + jni_long_name + ")";
599 LOG(ERROR) << detail;
3121 std::string& detail) {
3122 detail.clear();
3140 StringAppendF(&detail, "Shared library \"%s\" already opened by "
3143 LOG(WARNING) << detail;
3149 StringAppendF(&detail, "JNI_OnLoa
3120 LoadNativeLibrary(const std::string& path, ClassLoader* class_loader, std::string& detail) argument
3177 LOG(ERROR) << "dlopen(\\"" << path << "\\", RTLD_LAZY) failed: " << detail; local
3262 std::string detail; local
[all...]

Completed in 1400 milliseconds