Home | History | Annotate | Download | only in gtest

Lines Matching refs:xmlout

4581   FILE* xmlout = NULL;
4586 xmlout = posix::FOpen(output_file_.c_str(), "w");
4588 if (xmlout == NULL) {
4607 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
4608 fclose(xmlout);