Searched defs:xml_output_filename (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp540 void OnTestIterationEndXmlPrint(const std::string& xml_output_filename, argument
544 FILE* fp = fopen(xml_output_filename.c_str(), "we");
546 fprintf(stderr, "failed to open '%s': %s\n", xml_output_filename.c_str(), strerror(errno));
884 const std::string& xml_output_filename) {
958 if (!xml_output_filename.empty()) {
959 OnTestIterationEndXmlPrint(xml_output_filename, testcase_list, epoch_iteration_start_time,
882 RunTestInSeparateProc(int argc, char** argv, std::vector<TestCase>& testcase_list, int iteration_count, size_t job_count, const std::string& xml_output_filename) argument

Completed in 20 milliseconds