Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc3579 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
3582 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
3583 fclose(xmlout); in OnTestIterationEnd()
3588 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
3591 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
3592 fclose(xmlout); in ListTestsMatchingFilter()