Home
last modified time | relevance | path

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

/third_party/mesa3d/.gitlab-ci/container/
Dbuild-skqp_gl.patch40 SkFILEWStream unitOut(SkOSPath::Join(fReportDirectory.c_str(), kUnitTestReportPath).c_str());
/third_party/skia/tools/skqp/src/
Dskqp.cpp49 static constexpr char kUnitTestReportPath[] = "unit_tests.txt"; variable
490 SkFILEWStream unitOut(SkOSPath::Join(fReportDirectory.c_str(), kUnitTestReportPath).c_str()); in makeReport()