write_xml_file     65 daemons/controld/controld_schedulerd.c         if (write_xml_file(output, filename, TRUE) < 0) {
write_xml_file    201 daemons/schedulerd/pacemaker-schedulerd.c         write_xml_file(xml_data, filename, TRUE);
write_xml_file    129 include/crm/common/xml.h int write_xml_file(xmlNode * xml_node, const char *filename, gboolean compress);
write_xml_file    719 lib/cib/cib_file.c             if (write_xml_file(in_mem_cib, private->filename, do_bzip) <= 0) {
write_xml_file   2068 lib/common/xml.c     write_xml_file(xml, filename, FALSE);
write_xml_file   1147 tools/crm_resource_runtime.c         rc = write_xml_file(data_set->input, shadow_file, FALSE);
write_xml_file    464 tools/crm_shadow.c         rc = write_xml_file(output, shadow_file, FALSE);
write_xml_file    671 tools/crm_simulate.c     rc = write_xml_file(cib_object, output, FALSE);
write_xml_file   1031 tools/crm_simulate.c         rc = write_xml_file(input, options.input_file, FALSE);
write_xml_file   1078 tools/crm_simulate.c             write_xml_file(data_set->graph, options.graph_file, FALSE);
write_xml_file    214 tools/crm_verify.c         write_xml_file(cib_object, options.cib_save, FALSE);