Searched refs:xml_output (Results 1 – 6 of 6) sorted by relevance
77 self.xml_output = None128 if self.xml_output:131 stream=open(os.path.join(self.xml_output, 'unittest.xml'), 'w'))172 self.xml_output = None259 if self.xml_output:262 stream=open(os.path.join(self.xml_output, 'functest.xml'), 'w'))
1035 xml_output=outfile,1039 if self.config.xml_output:1040 if self.config.xml_output == '-':1047 output_dir = os.path.dirname(self.config.xml_output)1053 outfile = open(self.config.xml_output, "w", **open_kwargs)1065 file_be_gone(self.config.xml_output)
185 self.xml_output = "coverage.xml"
100 .xml_output = False,361 VG_(needs).xml_output = True; in VG_()
95 Bool xml_output; member
959 if (VG_(clo_xml) && !VG_(needs).xml_output) { in main_process_cmd_line_options()