Home | History | Annotate | Download | only in src

Lines Matching refs:xmlout

3068   FILE* xmlout = NULL;
3073 xmlout = posix::FOpen(output_file_.c_str(), "w");
3075 if (xmlout == NULL) {
3092 PrintXmlUnitTest(xmlout, unit_test);
3093 fclose(xmlout);