Home
last modified time | relevance | path

Searched refs:GlobResult (Results 1 – 5 of 5) sorted by relevance

/build/blueprint/pathtools/
Dglob.go32 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{
Dfs.go98 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/
Dglob.go26 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) { argument
Dcontext.go132 globs map[globKey]pathtools.GlobResult
478 globs: make(map[globKey]pathtools.GlobResult),
/build/blueprint/bootstrap/
Dglob.go279 func globToBucket(g pathtools.GlobResult) int { argument