Home
last modified time | relevance | path

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

/external/perfetto/ui/src/test/
Dui_integrationtest.ts32 const reportPath = path.join(tmpDir, 'report.txt'); constant
/external/skia/modules/pathkit/tests/
DtestReporter.js58 function reportPath(path, testname, done) { function
/external/skia/modules/canvaskit/tests/
Dlegacy_test_reporter.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