Lines Matching refs:error_msg

106                                                         std::string* error_msg) {  in OpenDexFileBase64()  argument
127 bool success = DexFile::Open(location, location, error_msg, &tmp); in OpenDexFileBase64()
128 CHECK(success) << error_msg; in OpenDexFileBase64()
154 std::string error_msg; in TEST_F() local
156 &error_msg)); in TEST_F()
157 ASSERT_TRUE(raw.get() != nullptr) << error_msg; in TEST_F()
172 std::string* error_msg) { in FixChecksumAndOpen() argument
193 if (!DexFile::Open(location, location, error_msg, &tmp)) { in FixChecksumAndOpen()
204 uint8_t new_val, std::string* error_msg) { in ModifyAndLoad() argument
215 error_msg)); in ModifyAndLoad()
223 std::string error_msg; in TEST_F() local
224 bool success = !ModifyAndLoad(kGoodTestDex, tmp.GetFilename().c_str(), 220, 0xFFU, &error_msg); in TEST_F()
226 ASSERT_NE(error_msg.find("inter_method_id_item class_idx"), std::string::npos) << error_msg; in TEST_F()
232 std::string error_msg; in TEST_F() local
233 bool success = !ModifyAndLoad(kGoodTestDex, tmp.GetFilename().c_str(), 222, 0xFFU, &error_msg); in TEST_F()
235 ASSERT_NE(error_msg.find("inter_method_id_item proto_idx"), std::string::npos) << error_msg; in TEST_F()
241 std::string error_msg; in TEST_F() local
242 bool success = !ModifyAndLoad(kGoodTestDex, tmp.GetFilename().c_str(), 224, 0xFFU, &error_msg); in TEST_F()
244 ASSERT_NE(error_msg.find("inter_method_id_item name_idx"), std::string::npos) << error_msg; in TEST_F()
301 std::string error_msg; in TEST_F() local
304 &error_msg)); in TEST_F()
305 ASSERT_TRUE(raw.get() != nullptr) << error_msg; in TEST_F()
311 std::string error_msg; in TEST_F() local
313 &error_msg); in TEST_F()
315 ASSERT_NE(error_msg.find("DBG_START_LOCAL type_idx"), std::string::npos) << error_msg; in TEST_F()