Home
last modified time | relevance | path

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

/build/blueprint/
Dglob.go25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) { argument
85 keys := make([]globKey, 0, len(c.globs))
107 type globKey struct { struct
114 func globToKey(pattern string, excludes []string) globKey {
115 return globKey{pattern, strings.Join(excludes, "|")}
Dcontext.go117 globs map[globKey]pathtools.GlobResult
388 globs: make(map[globKey]pathtools.GlobResult),