Searched defs:GlobWithDeps (Results 1 – 6 of 6) sorted by relevance
/build/blueprint/ |
D | singleton_ctx.go | 145 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 345 func (s *singletonContext) GlobWithDeps(pattern string, func
|
D | module_ctx.go | 172 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 433 func (d *baseModuleContext) GlobWithDeps(pattern string, func
|
/build/soong/android/ |
D | singleton.go | 81 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | makevars.go | 85 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | paths.go | 40 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec
|
D | module.go | 94 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|