Home | History | Annotate | Download | only in verifier

Lines Matching refs:prepend

976 void MethodVerifier::PrependToLastFailMessage(std::string prepend) {
980 prepend += last_fail_message->str();
981 failure_messages_[failure_num - 1] = new std::ostringstream(prepend, std::ostringstream::ate);
1633 std::string prepend("Bad signature in ");
1634 prepend += dex_file_->PrettyMethod(dex_method_idx_);
1635 PrependToLastFailMessage(prepend);
1919 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_));
1920 prepend += " failed to verify: ";
1921 PrependToLastFailMessage(prepend);