Home
last modified time | relevance | path

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

/build/blueprint/
Dglob.go28 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/
Dglob.go137 GlobFile(ctx, g.Pattern, g.Excludes, fileListFile, depFile)