Searched refs:gitCacheDir (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/infra/bots/task_drivers/recreate_skps/ |
| D | recreate_skps.go | 30 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…
|