Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFrameCapture.cpp1109 std::stringstream sourcePathStream; in WriteCppReplayIndexFiles() local
1110 sourcePathStream << outDir << FmtCapturePrefix(contextId, captureLabel) << ".cpp"; in WriteCppReplayIndexFiles()
1111 std::string sourcePath = sourcePathStream.str(); in WriteCppReplayIndexFiles()