Searched refs:stderr_capture_filename_ (Results 1 – 1 of 1) sorted by relevance
165 static string stderr_capture_filename_; variable187 stderr_capture_filename_ = TestTempDir() + "/captured_stderr"; in CaptureTestStderr()189 int fd = open(stderr_capture_filename_.c_str(), in CaptureTestStderr()222 File::ReadFileToStringOrDie(stderr_capture_filename_, &result); in GetCapturedTestStderr()224 remove(stderr_capture_filename_.c_str()); in GetCapturedTestStderr()