Home | History | Annotate | Download | only in src

Lines Matching refs:xmlout

2981   FILE* xmlout = NULL;
2986 xmlout = posix::FOpen(output_file_.c_str(), "w");
2988 if (xmlout == NULL) {
3005 PrintXmlUnitTest(xmlout, unit_test);
3006 fclose(xmlout);