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

/art/runtime/
H A Dclass_linker.cc880 std::string compound_msg = StringPrintf("Failed to find dex file '%s' in oat location '%s': %s", local
882 VLOG(class_linker) << compound_msg;
883 error_msgs->push_back(compound_msg);
1059 std::string compound_msg = StringPrintf("\nFailed to open generated oat file '%s': %s", local
1061 error_msgs->push_back(compound_msg);
1504 std::string compound_msg("Oat file failed to verify: ");
1531 compound_msg += StringPrintf(" Oat Image Checksum Incorrect (expected 0x%x, recieved 0x%x)",
1543 compound_msg += StringPrintf(" Oat Image oat offset incorrect (expected 0x%p, recieved 0x%p)",
1550 compound_msg += StringPrintf(" Oat image patch delta incorrect (expected 0x%x, recieved 0x%x)",
1561 *error_msg = compound_msg;
[all...]

Completed in 859 milliseconds