Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpglob/
Dbpglob.go72 _, err := pathtools.GlobWithDepFile(flag.Arg(0), *out, *out+".d", excludes)
/build/blueprint/pathtools/
Dglob.go389 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er… func