Home
last modified time | relevance | path

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

/external/skia/tools/skqp/src/
Dskqp.cpp38 static constexpr char kUnitTestReportPath[] = "unit_tests.txt"; variable
350 SkFILEWStream report(SkOSPath::Join(fReportDirectory.c_str(), kUnitTestReportPath).c_str()); in makeReport()