Home
last modified time | relevance | path

Searched defs:reportPath (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/canvaskit/tests/
DtestReporter.js58 function reportPath(path, testname, done) { function
/external/skia/modules/pathkit/tests/
DtestReporter.js58 function reportPath(path, testname, done) { function
/external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java56 File reportPath = new File(context.getExternalFilesDir(null), "skqp_report_" + now); in SkQPRunner() local