Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4044 FILE* jsonout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
4047 fprintf(jsonout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
4048 fclose(jsonout); in OnTestIterationEnd()