Home
last modified time | relevance | path

Searched refs:GlobPath (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/
Dglob.go26 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))
Dcontext.go114 globs map[string]GlobPath
314 globs: make(map[string]GlobPath),
/build/blueprint/bootstrap/
Dglob.go113 globLister func() []blueprint.GlobPath
153 func generateGlobNinjaFile(globLister func() []blueprint.GlobPath) ([]byte, []error) { argument