Searched refs:GlobResult (Results 1 – 5 of 5) sorted by relevance
/build/blueprint/pathtools/ |
D | glob.go | 32 type GlobResult struct { struct 46 func (result GlobResult) FileList() []byte { argument 51 type MultipleGlobResults []GlobResult 86 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { 91 follow ShouldFollowSymlinks) (GlobResult, error) { 94 return GlobResult{}, GlobLastRecursiveErr 100 return GlobResult{}, err 105 return GlobResult{}, err 133 return GlobResult{}, err 141 return GlobResult{
|
D | fs.go | 98 Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) 233 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e… 389 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, …
|
/build/blueprint/ |
D | glob.go | 26 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) { argument
|
D | context.go | 132 globs map[globKey]pathtools.GlobResult 478 globs: make(map[globKey]pathtools.GlobResult),
|
/build/blueprint/bootstrap/ |
D | glob.go | 279 func globToBucket(g pathtools.GlobResult) int { argument
|