Lines Matching refs:xmlout
3041 FILE* xmlout = NULL;3046 xmlout = posix::FOpen(output_file_.c_str(), "w");3048 if (xmlout == NULL) {3065 PrintXmlUnitTest(xmlout, unit_test);3066 fclose(xmlout);