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/
H A Dgtest-all.cc4581 FILE* xmlout = NULL; local
4586 xmlout = posix::FOpen(output_file_.c_str(), "w");
4588 if (xmlout == NULL) {
4607 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str());
4608 fclose(xmlout);

Completed in 63 milliseconds