Home
last modified time | relevance | path

Searched defs:GlobResult (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/pathtools/
Dglob.go38 type GlobResult struct { struct
40 Pattern string
42 Excludes []string
45 Matches []string
48 Deps []string
52 func (result GlobResult) FileList() []byte {
/build/blueprint/
Dglob.go25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) {
/build/blueprint/bootstrap/
Dglob.go270 func globToBucket(g pathtools.GlobResult) int {