Searched refs:xmlout (Results 1 – 1 of 1) sorted by relevance
3071 FILE* xmlout = NULL; in OnTestIterationEnd() local3076 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()3078 if (xmlout == NULL) { in OnTestIterationEnd()3097 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()3098 fclose(xmlout); in OnTestIterationEnd()