Home | History | Annotate | Download | only in bots

Lines Matching refs:Dir

295 			"-checkout-dir", "recipe_bundle",
298 "-cache-dir", "cache",
299 "-temp-dir", "tmp",
666 dir := path.Dir(filename)
667 rel := dir
669 rel = path.Dir(*cfgFile)
671 rv, err := filepath.Rel(rel, path.Join(dir, f))