Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp485 void OnTestIterationEndXmlPrint(const std::string& xml_output_filename, in OnTestIterationEndXmlPrint() argument
489 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() argument
903 if (!xml_output_filename.empty()) { in RunTestInSeparateProc()
904 OnTestIterationEndXmlPrint(xml_output_filename, testcase_list, epoch_iteration_start_time, in RunTestInSeparateProc()