Searched refs:prepend (Results 1 – 1 of 1) sorted by relevance
199 void PrependToLastFailMessage(std::string prepend) { in PrependToLastFailMessage() argument203 prepend += last_fail_message->str(); in PrependToLastFailMessage()204 failure_messages_[failure_num - 1] = new std::ostringstream(prepend, std::ostringstream::ate); in PrependToLastFailMessage()1574 std::string prepend("Bad signature in "); in VerifyCodeFlow() local1575 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()1576 PrependToLastFailMessage(prepend); in VerifyCodeFlow()1891 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod() local1892 prepend += " failed to verify: "; in CodeFlowVerifyMethod()1893 PrependToLastFailMessage(prepend); in CodeFlowVerifyMethod()