Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/infra/bots/task_drivers/canvaskit_gold/
H A Dcanvaskit_gold.go37 goldctlPath = flag.String("goldctl_path", "", "The path to the golctl binary on disk.") var
141 goldctlPath string member
236 func addAllGoldImages(ctx context.Context, goldctlPath, pngsDir, workDir string) error { argument
274 func finalizeGoldctl(ctx context.Context, goldctlPath, workDir string) error { argument
/aosp_15_r20/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/
H A Drun_wasm_gm_tests.go129 func setupGoldctl(ctx context.Context, local bool, gitCommit, gerritCLID, tryjobID, goldctlPath, wo… argument
227 func processTestData(ctx context.Context, testOutputPath, goldctlPath, goldctlWorkPath string) erro… argument
283 func finalizeGoldctl(ctx context.Context, goldctlPath, workPath string) error { argument
/aosp_15_r20/external/skia/infra/bots/task_drivers/bazel_test_gm/
H A Dbazel_test_gm.go39 goldctlPath = flag.String("goldctl_path", "", "The path to the golctl binary on disk.") var
/aosp_15_r20/external/skia/infra/bots/task_drivers/bazel_test_precompiled/
H A Dbazel_test_precompiled.go52 goldctlPath = flag.String("goldctl_path", "", "The path to the golctl binary on disk.") var