Searched defs:stdout_capture_filename_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc148 static string stdout_capture_filename_; member in namespace:google::protobuf
156 stdout_capture_filename_ = TestTempDir() + "/captured_stdout";
158 int fd = open(stdout_capture_filename_.c_str(),
191 File::ReadFileToStringOrDie(stdout_capture_filename_, &result);
193 remove(stdout_capture_filename_.c_str());
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc148 static string stdout_capture_filename_; member in namespace:google::protobuf
156 stdout_capture_filename_ = TestTempDir() + "/captured_stdout";
158 int fd = open(stdout_capture_filename_.c_str(),
191 File::ReadFileToStringOrDie(stdout_capture_filename_, &result);
193 remove(stdout_capture_filename_.c_str());

Completed in 127 milliseconds