Searched refs:headerPathStream (Results 1 – 1 of 1) sorted by relevance
1148 std::stringstream headerPathStream; in WriteAuxiliaryContextCppSetupReplay() local1149 headerPathStream << outDir << FmtCapturePrefix(context->id(), captureLabel) << ".h"; in WriteAuxiliaryContextCppSetupReplay()1150 std::string headerPath = headerPathStream.str(); in WriteAuxiliaryContextCppSetupReplay()1376 std::stringstream headerPathStream; in WriteSharedContextCppReplay() local1377 headerPathStream << outDir << FmtCapturePrefix(kSharedContextId, captureLabel) << ".h"; in WriteSharedContextCppReplay()1378 std::string headerPath = headerPathStream.str(); in WriteSharedContextCppReplay()5521 std::stringstream headerPathStream; in writeCppReplayIndexFiles() local5522 headerPathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) << ".h"; in writeCppReplayIndexFiles()5523 std::string headerPath = headerPathStream.str(); in writeCppReplayIndexFiles()