Searched defs:GlobWithDeps (Results 1 – 5 of 5) sorted by relevance
/build/blueprint/ |
D | singleton_ctx.go | 80 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 270 func (s *singletonContext) GlobWithDeps(pattern string, func
|
D | module_ctx.go | 141 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 275 func (d *baseModuleContext) GlobWithDeps(pattern string, func
|
/build/soong/android/ |
D | singleton.go | 72 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | paths.go | 37 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec
|
D | module.go | 104 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|