Searched refs:ScopedTempFile (Results 1 – 4 of 4) sorted by relevance
30 class ScopedTempFile {35 explicit ScopedTempFile(const std::string& pattern);36 ~ScopedTempFile();
28 test_utils::ScopedTempFile old_file_;29 test_utils::ScopedTempFile new_file_;30 test_utils::ScopedTempFile patch_file_;
82 ScopedTempFile::ScopedTempFile(const string& pattern) { in ScopedTempFile() function in test_utils::ScopedTempFile86 ScopedTempFile::~ScopedTempFile() { in ~ScopedTempFile()
21 test_utils::ScopedTempFile old_file_;22 test_utils::ScopedTempFile new_file_;