Searched refs:jsonout (Results 1 – 1 of 1) sorted by relevance
4579 FILE* jsonout = OpenFileForWriting(output_file_); in OnTestIterationEnd() local4582 fprintf(jsonout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()4583 fclose(jsonout); in OnTestIterationEnd()