Home | History | Annotate | Download | only in src

Lines Matching refs:xmlout

3071   FILE* xmlout = NULL;
3076 xmlout = posix::FOpen(output_file_.c_str(), "w");
3078 if (xmlout == NULL) {
3097 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
3098 fclose(xmlout);