Home
last modified time | relevance | path

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

/build/blueprint/pathtools/
Dglob.go38 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{
Dfs.go98 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/
Dglob.go25 func verifyGlob(key globKey, pattern string, excludes []string, g pathtools.GlobResult) { argument
Dcontext.go117 globs map[globKey]pathtools.GlobResult
388 globs: make(map[globKey]pathtools.GlobResult),
/build/blueprint/bootstrap/
Dglob.go270 func globToBucket(g pathtools.GlobResult) int { argument
/build/soong/android/
Dpaths.go993 var result pathtools.GlobResult