Searched refs:WriteToFileIfChanged (Results 1 – 11 of 11) sorted by relevance
/third_party/gn/src/gn/ |
D | string_output_buffer.h | 71 bool WriteToFileIfChanged(const base::FilePath& file_path, Err* err) const;
|
D | function_write_file.cc | 103 if (!storage.WriteToFileIfChanged(file_path, err)) { in RunWriteFile()
|
D | ninja_generated_file_target_writer.cc | 92 storage.WriteToFileIfChanged(output, &err); in GenerateFile()
|
D | string_output_buffer.cc | 119 bool StringOutputBuffer::WriteToFileIfChanged(const base::FilePath& file_path, in WriteToFileIfChanged() function in StringOutputBuffer
|
D | xcode_writer.cc | 458 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()
|
D | visual_studio_writer.cc | 441 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()
|
D | runtime_deps.cc | 212 return storage.WriteToFileIfChanged(data_deps_file, err); in WriteRuntimeDepsFile()
|
D | qt_creator_writer.cc | 278 storage.WriteToFileIfChanged(file_path, &err_); in GenerateFile()
|
D | compile_commands_writer.cc | 333 return json.WriteToFileIfChanged(output_path, err); in RunAndWriteFiles()
|
D | rust_project_writer.cc | 77 return out_buffer.WriteToFileIfChanged(output_path, err); in RunAndWriteFiles()
|
D | ninja_target_writer.cc | 109 storage.WriteToFileIfChanged(full_ninja_file, nullptr); in RunAndWriteFile()
|