Searched refs:compound_msg (Results 1 – 1 of 1) sorted by relevance
880 … std::string compound_msg = StringPrintf("Failed to find dex file '%s' in oat location '%s': %s", in OpenDexFilesFromOat() local882 VLOG(class_linker) << compound_msg; in OpenDexFilesFromOat()883 error_msgs->push_back(compound_msg); in OpenDexFilesFromOat()1059 std::string compound_msg = StringPrintf("\nFailed to open generated oat file '%s': %s", in CreateOatFileForDexLocation() local1061 error_msgs->push_back(compound_msg); in CreateOatFileForDexLocation()1504 std::string compound_msg("Oat file failed to verify: "); in CheckOatFile() local1531 compound_msg += StringPrintf(" Oat Image Checksum Incorrect (expected 0x%x, recieved 0x%x)", in CheckOatFile()1543 compound_msg += StringPrintf(" Oat Image oat offset incorrect (expected 0x%p, recieved 0x%p)", in CheckOatFile()1550 … compound_msg += StringPrintf(" Oat image patch delta incorrect (expected 0x%x, recieved 0x%x)", in CheckOatFile()1561 *error_msg = compound_msg; in CheckOatFile()