Searched refs:sourcePathStream (Results 1 – 1 of 1) sorted by relevance
1109 std::stringstream sourcePathStream; in WriteCppReplayIndexFiles() local1110 sourcePathStream << outDir << FmtCapturePrefix(contextId, captureLabel) << ".cpp"; in WriteCppReplayIndexFiles()1111 std::string sourcePath = sourcePathStream.str(); in WriteCppReplayIndexFiles()