Searched refs:SaveFileContents (Results 1 – 2 of 2) sorted by relevance
59 int SaveFileContents(const char* filename, const FileContents* file);
189 int SaveFileContents(const char* filename, const FileContents* file) { in SaveFileContents() function623 if (SaveFileContents(CacheLocation::location().cache_temp_source().c_str(), &source_file) < 0) { in GenerateTarget()