Searched refs:sourcePathStream (Results 1 – 1 of 1) sorted by relevance
5532 std::stringstream sourcePathStream; in writeCppReplayIndexFiles() local5533 sourcePathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) << ".cpp"; in writeCppReplayIndexFiles()5534 std::string sourcePath = sourcePathStream.str(); in writeCppReplayIndexFiles()