Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/testing/
Dgoogletest.cc164 static string stdout_capture_filename_; variable
172 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()