Searched defs:GlobPath (Results 1 – 2 of 2) sorted by relevance
26 type GlobPath struct { struct27 Pattern string28 Excludes []string29 Files []string30 Deps []string31 Name string34 func verifyGlob(fileName, pattern string, excludes []string, g GlobPath) {
153 func generateGlobNinjaFile(globLister func() []blueprint.GlobPath) ([]byte, []error) {