Searched refs:strout (Results 1 – 2 of 2) sorted by relevance
86 std::stringstream strout; in dump() local87 dump(strout); in dump()88 ALOGD("%s", strout.str().c_str()); in dump()
82 LogcatStream strout; in output() local83 strout << "Root"; in output()84 output(strout, 0); in output()