Searched refs:GlobWithDepFile (Results 1 – 2 of 2) sorted by relevance
72 _, err := pathtools.GlobWithDepFile(flag.Arg(0), *out, *out+".d", excludes)
389 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er… func