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

/art/patchoat/
H A Dpatchoat_test.cc297 std::string read_error_msg; local
299 if (!ReadFully(filename1, &image1, &read_error_msg)) {
300 *error_msg = StringPrintf("Failed to read %s: %s", filename1.c_str(), read_error_msg.c_str());
304 if (!ReadFully(filename2, &image2, &read_error_msg)) {
305 *error_msg = StringPrintf("Failed to read %s: %s", filename2.c_str(), read_error_msg.c_str());

Completed in 34 milliseconds