Searched refs:GlobResult (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/pathtools/ |
D | glob.go | 38 type GlobResult struct { struct 52 func (result GlobResult) FileList() []byte { argument 57 type MultipleGlobResults []GlobResult 92 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) { 97 follow ShouldFollowSymlinks) (GlobResult, error) { 100 return GlobResult{}, GlobLastRecursiveErr 106 return GlobResult{}, err 111 return GlobResult{}, err 135 return GlobResult{}, err 143 return GlobResult{
|
D | fs.go | 98 Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) 197 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, e… 349 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, …
|
/build/blueprint/ |
D | glob.go | 25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) { argument
|
D | context.go | 117 globs map[globKey]pathtools.GlobResult 388 globs: make(map[globKey]pathtools.GlobResult),
|
/build/blueprint/bootstrap/ |
D | glob.go | 270 func globToBucket(g pathtools.GlobResult) int { argument
|
/build/soong/android/ |
D | paths.go | 993 var result pathtools.GlobResult
|