Home | History | Annotate | Download | only in googletest

Lines Matching refs:xmlout

3056   FILE* xmlout = NULL;
3061 xmlout = posix::FOpen(output_file_.c_str(), "w");
3063 if (xmlout == NULL) {
3080 PrintXmlUnitTest(xmlout, unit_test);
3081 fclose(xmlout);