Searched refs:Excludes (Results 1 – 2 of 2) sorted by relevance
/build/blueprint/ |
D | glob.go | 28 Excludes []string member 38 if len(excludes) != len(g.Excludes) { 39 …panic(fmt.Errorf("Mismatched excludes %v and %v for glob file %q", excludes, g.Excludes, fileName)) 43 if g.Excludes[i] != excludes[i] { 44 …panic(fmt.Errorf("Mismatched excludes %v and %v for glob file %q", excludes, g.Excludes, fileName))
|
/build/blueprint/bootstrap/ |
D | glob.go | 137 GlobFile(ctx, g.Pattern, g.Excludes, fileListFile, depFile)
|