Home
last modified time | relevance | path

Searched refs:xml_output_filename (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgtest_main.cpp441 void OnTestIterationEndXmlPrint(const std::string& xml_output_filename, in OnTestIterationEndXmlPrint() argument
445 FILE* fp = fopen(xml_output_filename.c_str(), "w"); in OnTestIterationEndXmlPrint()
447 fprintf(stderr, "failed to open '%s': %s\n", xml_output_filename.c_str(), strerror(errno)); in OnTestIterationEndXmlPrint()
747 const std::string& xml_output_filename) { in RunTestInSeparateProc() argument
827 if (!xml_output_filename.empty()) { in RunTestInSeparateProc()
828 OnTestIterationEndXmlPrint(xml_output_filename, testcase_list, epoch_iteration_start_time, in RunTestInSeparateProc()