Searched refs:new_output (Results 1 – 1 of 1) sorted by relevance
134 std::string new_output("Output Sorted\n" + prefix); in SortTestOutput() local136 new_output += entry.second; in SortTestOutput()138 new_output += suffix; in SortTestOutput()139 if (android::base::EndsWith(new_output, "\n\n")) { in SortTestOutput()140 new_output.resize(new_output.size() - 1); in SortTestOutput()142 return new_output; in SortTestOutput()