Searched refs:skiaAbsPath (Results 1 – 2 of 2) sorted by relevance
/external/skia/infra/bots/task_drivers/cifuzz/ |
D | cifuzz.go | 50 skiaAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *skiaPath, "skia_path") 68 if err := prepareSkiaCheckout(ctx, skiaAbsPath, workDir, gitAbsPath); err != nil { 74 runErr := buildAndRunCIFuzz(ctx, workDir, skiaAbsPath, *fuzzDuration) 139 func prepareSkiaCheckout(ctx context.Context, skiaAbsPath, workDir, gitAbsPath string) error { argument 143 swiftshaderDir := filepath.Join(skiaAbsPath, "third_party", "externals", "swiftshader") 151 …if _, err := exec.RunCwd(ctx, skiaAbsPath, gitAbsPath, "clone", "--recursive", swiftShaderRepo, sw… 158 func buildAndRunCIFuzz(ctx context.Context, workDir, skiaAbsPath string, duration time.Duration) er… 165 "--env", "MANUAL_SRC_PATH="+skiaAbsPath, 176 "--mount", fmt.Sprintf("type=bind,source=%s,destination=%s", skiaAbsPath, skiaAbsPath),
|
/external/skia/infra/bots/task_drivers/compile_wasm_gm_tests/ |
D | compile_wasm_gm_tests.go | 46 skiaAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *skiaPath, "skia_path") 63 volumes := []string{skiaAbsPath + ":/SRC", workAbsPath + ":/OUT"}
|