Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dglob.go32 type GlobResult struct { struct
34 Pattern string
36 Excludes []string
39 Matches []string
42 Deps []string
46 func (result GlobResult) FileList() []byte {
/build/blueprint/
Dglob.go25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) {
/build/blueprint/bootstrap/
Dglob.go274 func globToBucket(g pathtools.GlobResult) int {