Home
last modified time | relevance | path

Searched refs:WriteToFileIfChanged (Results 1 – 11 of 11) sorted by relevance

/third_party/gn/src/gn/
Dstring_output_buffer.h71 bool WriteToFileIfChanged(const base::FilePath& file_path, Err* err) const;
Dfunction_write_file.cc103 if (!storage.WriteToFileIfChanged(file_path, err)) { in RunWriteFile()
Dninja_generated_file_target_writer.cc92 storage.WriteToFileIfChanged(output, &err); in GenerateFile()
Dstring_output_buffer.cc119 bool StringOutputBuffer::WriteToFileIfChanged(const base::FilePath& file_path, in WriteToFileIfChanged() function in StringOutputBuffer
Dxcode_writer.cc458 return storage.WriteToFileIfChanged(build_settings_->GetFullPath(source_file), in WriteWorkspaceDataFile()
491 return storage.WriteToFileIfChanged(build_settings_->GetFullPath(source_file), in WriteSettingsFile()
812 if (!storage.WriteToFileIfChanged(build_settings_->GetFullPath(pbxproj_file), in WriteFile()
Dvisual_studio_writer.cc441 if (!vcxproj_storage.WriteToFileIfChanged(vcxproj_path, err)) in WriteProjectFiles()
449 return filters_storage.WriteToFileIfChanged(filters_path, err); in WriteProjectFiles()
764 return storage.WriteToFileIfChanged(sln_path, err); in WriteSolutionFile()
Druntime_deps.cc212 return storage.WriteToFileIfChanged(data_deps_file, err); in WriteRuntimeDepsFile()
Dqt_creator_writer.cc278 storage.WriteToFileIfChanged(file_path, &err_); in GenerateFile()
Dcompile_commands_writer.cc333 return json.WriteToFileIfChanged(output_path, err); in RunAndWriteFiles()
Drust_project_writer.cc77 return out_buffer.WriteToFileIfChanged(output_path, err); in RunAndWriteFiles()
Dninja_target_writer.cc109 storage.WriteToFileIfChanged(full_ninja_file, nullptr); in RunAndWriteFile()