Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5396 FILE* jsonout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local
5399 fprintf(jsonout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
5400 fclose(jsonout); in OnTestIterationEnd()