Lines Matching full:error_msg
138 std::string error_msg;
143 &error_msg);
145 EXPECT_TRUE(success) << error_msg;
149 EXPECT_NE(error_msg.find(expected_error), std::string::npos) << error_msg;
157 std::string* error_msg) {
178 bool success = DexFile::Open(location, location, error_msg, &tmp);
179 CHECK(success) << error_msg;
210 std::string error_msg;
212 &error_msg));
213 ASSERT_TRUE(raw.get() != nullptr) << error_msg;
1377 std::string error_msg;
1380 &error_msg));
1381 ASSERT_TRUE(raw.get() != nullptr) << error_msg;
1399 std::string error_msg;
1402 &error_msg));
1403 ASSERT_TRUE(raw.get() != nullptr) << error_msg;
1483 std::string error_msg;
1486 &error_msg));
1487 ASSERT_TRUE(raw.get() != nullptr) << error_msg;