Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.h79 StringStream &getErrorStream() { return *ErrorStream; } in getErrorStream() function
DIceBrowserCompileServer.cpp167 const std::string Error = gCompileServer->getErrorStream().getContents(); in onEndCallback()
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java97 InputStreamReader(process.getErrorStream())); in executeBinary()