Home | History | Annotate | Download | only in gtest

Lines Matching refs:xmlout

2588   FILE* xmlout = NULL;
2599 xmlout = fopen(output_file_.c_str(), "w");
2602 xmlout = fopen(output_file_.c_str(), "w");
2605 if (xmlout == NULL) {
2622 PrintXmlUnitTest(xmlout, unit_test);
2623 fclose(xmlout);