Home
last modified time | relevance | path

Searched refs:error_msg_ (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/
Ddex2oat_vdex_test.cc37 error_msg_ = ""; in TearDown()
67 return Dex2Oat(args, &output_, &error_msg_) == 0;
77 &error_msg_)); in GetVerifierDeps()
94 ::testing::AssertionFailure() << error_msg_; in GetVerifierDeps()
154 std::string error_msg_; member in art::Dex2oatVdexTest
Ddex2oat_test.cc66 error_msg_ = ""; in TearDown()
182 error_msg_ = error_msg; in GenerateOdexForTest()
208 std::string error_msg_ = ""; member in art::Dex2oatTest
/art/openjdkjvmti/
Dti_redefine.h309 std::string* error_msg_; variable
322 error_msg_(error_msg) { } in Redefiner()
Dti_redefine.cc689 *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()
771 *error_msg_ = StringPrintf("Unable to perform redefinition of '%s': %s", in RecordFailure()