Searched refs:ScopedTempFile (Results 1 – 4 of 4) sorted by relevance
38 class ScopedTempFile {43 explicit ScopedTempFile(const std::string& pattern);44 ~ScopedTempFile();
92 ScopedTempFile::ScopedTempFile(const std::string& pattern) { in ScopedTempFile() function in test_utils::ScopedTempFile96 ScopedTempFile::~ScopedTempFile() { in ~ScopedTempFile()
21 test_utils::ScopedTempFile old_file_;22 test_utils::ScopedTempFile new_file_;
55 test_utils::ScopedTempFile patch_file_{"bsdiff_newfile.XXXXXX"};