Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc3071 FILE* xmlout = NULL; in OnTestIterationEnd() local
3076 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()