Home
last modified time | relevance | path

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

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