Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc160 static string stdout_capture_filename_; variable
168 stdout_capture_filename_ = TestTempDir() + "/captured_stdout"; in CaptureTestStdout()
170 int fd = open(stdout_capture_filename_.c_str(), in CaptureTestStdout()
203 File::ReadFileToStringOrDie(stdout_capture_filename_, &result); in GetCapturedTestStdout()
205 remove(stdout_capture_filename_.c_str()); in GetCapturedTestStdout()