Searched refs:SaveFileContents (Results 1 – 2 of 2) sorted by relevance
100 bool SaveFileContents(const std::string& filename, const FileContents* file);
109 bool SaveFileContents(const std::string& filename, const FileContents* file) { in SaveFileContents() function358 if (backup_source && !SaveFileContents(Paths::Get().cache_temp_source(), &source_file)) { in GenerateTarget()