Home
last modified time | relevance | path

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

/bionic/tests/
Dutils.h221 return output_; in GetOutput()
251 output_.clear(); in Run()
255 output_.append(buf, bytes_read); in Run()
259 std::string error_msg("Test output:\n" + output_); in Run()
262 ASSERT_EQ(expected_output, output_); in Run()
269 std::string output_; variable