Lines Matching refs:xmlout
3097 FILE* xmlout = NULL;3102 xmlout = posix::FOpen(output_file_.c_str(), "w");3104 if (xmlout == NULL) {3123 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());3124 fclose(xmlout);