Home | History | Annotate | Download | only in src

Lines Matching refs:xmlout

4605   FILE* xmlout = NULL;
4610 xmlout = posix::FOpen(output_file_.c_str(), "w");
4612 if (xmlout == NULL) {
4631 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
4632 fclose(xmlout);