Searched refs:indexPathStream (Results 1 – 1 of 1) sorted by relevance
5541 std::stringstream indexPathStream; in writeCppReplayIndexFiles() local5542 indexPathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) in writeCppReplayIndexFiles()5544 std::string indexPath = indexPathStream.str(); in writeCppReplayIndexFiles()