Searched refs:GlobWithDeps (Results 1 – 12 of 12) sorted by relevance
/build/soong/java/ |
D | android_resources.go | 91 files, err := ctx.GlobWithDeps(filepath.Join(overlay, "**/*"), androidResourceIgnoreFilenames)
|
D | prebuilt_apis.go | 225 vfiles, err := mctx.GlobWithDeps(glob, nil)
|
D | java.go | 1158 aidlFiles, _ := sdkModuleContext.GlobWithDeps(dir.String()+"/**/*.aidl", nil)
|
D | sdk_library.go | 2080 paths, err := mctx.GlobWithDeps(baselinePathRelativeToRoot, nil)
|
/build/soong/android/ |
D | early_module_context.go | 86 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | singleton.go | 89 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | paths.go | 42 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec 71 ret, err := ctx.GlobWithDeps(globPattern, excludes) 81 ret, err := ctx.GlobWithDeps(globPattern, excludes) 1155 files, err = ctx.GlobWithDeps(path.String(), nil) 1288 paths, err := ctx.GlobWithDeps(dir, nil)
|
D | makevars.go | 62 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
/build/blueprint/ |
D | singleton_ctx.go | 155 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 372 func (s *singletonContext) GlobWithDeps(pattern string, func
|
D | package_ctx.go | 326 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec 333 func (v *variableFuncContext) GlobWithDeps(pattern string, func
|
D | module_ctx.go | 183 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 481 func (d *baseModuleContext) GlobWithDeps(pattern string, func
|
/build/soong/cc/ |
D | library_sdk_member.go | 377 headers, _ := sdkModuleContext.GlobWithDeps(inputPath+"/**/*.h", nil)
|