Searched refs:error_msg_ (Results 1 – 3 of 3) sorted by relevance
309 std::string* error_msg_; variable322 error_msg_(error_msg) { } in Redefiner()
689 *error_msg_ = "Unable to get original dex file location!"; in AddRedefinition()695 *error_msg_ = "Unable to get class signature!"; in AddRedefinition()700 art::MemMap map = MoveDataToMemMap(original_dex_location, def.GetDexData(), error_msg_); in AddRedefinition()704 << "in dex file " << original_dex_location << " because: " << *error_msg_; in AddRedefinition()705 *error_msg_ = os.str(); in AddRedefinition()709 *error_msg_ = "Could not read dex file header because dex_data was too short"; in AddRedefinition()720 error_msg_)); in AddRedefinition()722 os << "Unable to load modified dex file for " << def.GetName() << ": " << *error_msg_; in AddRedefinition()723 *error_msg_ = os.str(); in AddRedefinition()774 *error_msg_ = StringPrintf("Unable to perform redefinition of '%s': %s", in RecordFailure()
68 error_msg_ = ""; in TearDown()185 error_msg_ = error_msg; in GenerateOdexForTest()260 std::string error_msg_ = ""; member in art::Dex2oatTest