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

/art/runtime/
H A Dclass_linker.cc1305 std::string odex_error_msg; local
1314 executable, &odex_error_msg));
1317 &odex_error_msg)) {
1318 error_msgs->push_back(odex_error_msg);
1324 odex_error_msg = "Image Patches are incorrect";
1397 "(error %s)%s.", odex_filename.c_str(), odex_error_msg.c_str(),
1403 odex_error_msg.c_str(), relocation_msg.c_str());

Completed in 3734 milliseconds