Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc4581 FILE* xmlout = NULL; in OnTestIterationEnd() local
4586 xmlout = posix::FOpen(output_file_.c_str(), "w"); in OnTestIterationEnd()
4588 if (xmlout == NULL) { in OnTestIterationEnd()
4607 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4608 fclose(xmlout); in OnTestIterationEnd()