Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc4002 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
4005 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4006 fclose(xmlout); in OnTestIterationEnd()
4011 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
4014 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
4015 fclose(xmlout); in ListTestsMatchingFilter()