Searched refs:xml_output_filename (Results 1 – 1 of 1) sorted by relevance
498 void OnTestIterationEndXmlPrint(const std::string& xml_output_filename, in OnTestIterationEndXmlPrint() argument502 FILE* fp = fopen(xml_output_filename.c_str(), "w"); in OnTestIterationEndXmlPrint()504 fprintf(stderr, "failed to open '%s': %s\n", xml_output_filename.c_str(), in OnTestIterationEndXmlPrint()871 const std::string& xml_output_filename) { in RunTestInSeparateProc() argument948 if (!xml_output_filename.empty()) { in RunTestInSeparateProc()949 OnTestIterationEndXmlPrint(xml_output_filename, testcase_list, in RunTestInSeparateProc()