Searched refs:prepend (Results 1 – 1 of 1) sorted by relevance
221 void PrependToLastFailMessage(std::string prepend) { in PrependToLastFailMessage() argument225 prepend += last_fail_message->str(); in PrependToLastFailMessage()226 failure_messages_[failure_num - 1] = new std::ostringstream(prepend, std::ostringstream::ate); in PrependToLastFailMessage()1617 std::string prepend("Bad signature in "); in VerifyCodeFlow() local1618 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()1619 PrependToLastFailMessage(prepend); in VerifyCodeFlow()1935 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod() local1936 prepend += " failed to verify: "; in CodeFlowVerifyMethod()1937 PrependToLastFailMessage(prepend); in CodeFlowVerifyMethod()