Searched refs:xmlout (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3434 FILE* xmlout = NULL; local
3439 xmlout = posix::FOpen(output_file_.c_str(), "w");
3441 if (xmlout == NULL) {
3460 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
3461 fclose(xmlout);

Completed in 23 milliseconds