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.cc4023 FILE* xmlout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
4026 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4027 fclose(xmlout); in OnTestIterationEnd()
4032 FILE* xmlout = OpenFileForWriting(output_file_); in ListTestsMatchingFilter() local
4035 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in ListTestsMatchingFilter()
4036 fclose(xmlout); in ListTestsMatchingFilter()