Home
last modified time | relevance | path

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

/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go28builtPath = flag.String("built_path", "", "The directory where the built wasm/js code will b…
58 builtAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *builtPath, "built_path")
192 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath … argument
199 "--js_file", filepath.Join(builtPath, "wasm_gm_tests.js"),
200 "--wasm_file", filepath.Join(builtPath, "wasm_gm_tests.wasm"),