Searched refs:stdout_capture_filename_ (Results 1 – 1 of 1) sorted by relevance
164 static string stdout_capture_filename_; variable172 stdout_capture_filename_ = TestTempDir() + "/captured_stdout"; in CaptureTestStdout()174 int fd = open(stdout_capture_filename_.c_str(), in CaptureTestStdout()207 File::ReadFileToStringOrDie(stdout_capture_filename_, &result); in GetCapturedTestStdout()209 remove(stdout_capture_filename_.c_str()); in GetCapturedTestStdout()