Searched refs:stderr_capture_filename_ (Results 1 – 1 of 1) sorted by relevance
196 static string stderr_capture_filename_; variable218 stderr_capture_filename_ = TestTempDir() + "/captured_stderr"; in CaptureTestStderr()220 int fd = open(stderr_capture_filename_.c_str(), in CaptureTestStderr()253 File::ReadFileToStringOrDie(stderr_capture_filename_, &result); in GetCapturedTestStderr()255 remove(stderr_capture_filename_.c_str()); in GetCapturedTestStderr()