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