Lines Matching refs:xmlout
3071 FILE* xmlout = NULL;3076 xmlout = posix::FOpen(output_file_.c_str(), "w");3078 if (xmlout == NULL) {3095 PrintXmlUnitTest(xmlout, unit_test);3096 fclose(xmlout);