Searched refs:xml_output_filename (Results 1 – 1 of 1) sorted by relevance
485 void OnTestIterationEndXmlPrint(const std::string& xml_output_filename, in OnTestIterationEndXmlPrint() argument489 FILE* fp = fopen(xml_output_filename.c_str(), "w"); in OnTestIterationEndXmlPrint()491 fprintf(stderr, "failed to open '%s': %s\n", xml_output_filename.c_str(), strerror(errno)); in OnTestIterationEndXmlPrint()829 const std::string& xml_output_filename) { in RunTestInSeparateProc() argument903 if (!xml_output_filename.empty()) { in RunTestInSeparateProc()904 OnTestIterationEndXmlPrint(xml_output_filename, testcase_list, epoch_iteration_start_time, in RunTestInSeparateProc()