Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc5085 : premature_exit_filepath_( in ScopedPrematureExitFile()
5088 if (!premature_exit_filepath_.empty()) { in ScopedPrematureExitFile()
5092 FILE* pfile = posix::FOpen(premature_exit_filepath_.c_str(), "w"); in ScopedPrematureExitFile()
5100 if (!premature_exit_filepath_.empty()) { in ~ScopedPrematureExitFile()
5101 int retval = remove(premature_exit_filepath_.c_str()); in ~ScopedPrematureExitFile()
5104 << premature_exit_filepath_ << "\" with error " in ~ScopedPrematureExitFile()
5112 const std::string premature_exit_filepath_; member in testing::internal::ScopedPrematureExitFile