Home
last modified time | relevance | path

Searched refs:sourcePathStream (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5532 std::stringstream sourcePathStream; in writeCppReplayIndexFiles() local
5533 sourcePathStream << mOutDirectory << FmtCapturePrefix(contextId, mCaptureLabel) << ".cpp"; in writeCppReplayIndexFiles()
5534 std::string sourcePath = sourcePathStream.str(); in writeCppReplayIndexFiles()