Home | History | Annotate | Download | only in src

Lines Matching refs:xmlout

2988   FILE* xmlout = NULL;
2993 xmlout = posix::FOpen(output_file_.c_str(), "w");
2995 if (xmlout == NULL) {
3012 PrintXmlUnitTest(xmlout, unit_test);
3013 fclose(xmlout);