Searched refs:tracesJsonStream (Results 1 – 1 of 1) sorted by relevance
2531 std::stringstream tracesJsonStream; in RegisterTraceTests() local2532 tracesJsonStream << rootTracePath << GetPathSeparator() << "restricted_traces.json"; in RegisterTraceTests()2533 std::string tracesJsonPath = tracesJsonStream.str(); in RegisterTraceTests()