Home
last modified time | relevance | path

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

/third_party/skia/infra/bots/task_drivers/recreate_skps/
Drecreate_skps.go30 func botUpdate(ctx context.Context, checkoutRoot, gitCacheDir, skiaRev, patchRef, depotToolsDir str… argument
103 if gitCacheDir != "" {
104 cmd = append(cmd, "--git-cache-dir", gitCacheDir)
161 gitCacheDir := ""
163 gitCacheDir = filepath.Join(cwd, *gitCacheDirFlag)
203 …if err := botUpdate(ctx, checkoutRoot, gitCacheDir, *skiaRev, *patchRef, depotToolsDir, *local); e…