Home | History | Annotate | Download | only in bots

Lines Matching refs:Dir

294 			"-checkout-dir", "recipe_bundle",
297 "-cache-dir", "cache",
298 "-temp-dir", "tmp",
659 dir := path.Dir(filename)
660 rel := dir
662 rel = path.Dir(*cfgFile)
664 rv, err := filepath.Rel(rel, path.Join(dir, f))