Lines Matching refs:xmlout
3084 FILE* xmlout = NULL;3089 xmlout = posix::FOpen(output_file_.c_str(), "w");3091 if (xmlout == NULL) {3108 PrintXmlUnitTest(xmlout, unit_test);3109 fclose(xmlout);