Searched refs:builtPath (Results 1 – 1 of 1) sorted by relevance
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 28 …builtPath = 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"),
|