Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4051 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
4054 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4055 fclose(xmlout); in OnTestIterationEnd()
4060 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
4063 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
4064 fclose(xmlout); in ListTestsMatchingFilter()