Searched refs:GlobPath (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/ |
D | glob.go | 26 type GlobPath struct { struct 34 func verifyGlob(fileName, pattern string, excludes []string, g GlobPath) { argument 72 c.globs[fileName] = GlobPath{pattern, excludes, files, deps, fileName} 85 func (c *Context) Globs() []GlobPath { 92 globs := make([]GlobPath, len(fileNames))
|
D | context.go | 114 globs map[string]GlobPath 314 globs: make(map[string]GlobPath),
|
/build/blueprint/bootstrap/ |
D | glob.go | 113 globLister func() []blueprint.GlobPath 153 func generateGlobNinjaFile(globLister func() []blueprint.GlobPath) ([]byte, []error) { argument
|