Searched refs:GlobWithDeps (Results 1 – 14 of 14) sorted by relevance
/build/blueprint/ |
D | singleton_ctx.go | 155 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 364 func (s *singletonContext) GlobWithDeps(pattern string, func
|
D | module_ctx.go | 172 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 465 func (d *baseModuleContext) GlobWithDeps(pattern string, func
|
/build/soong/java/ |
D | android_resources.go | 132 files, err := ctx.GlobWithDeps(filepath.Join(overlay, "**/*"), androidResourceIgnoreFilenames)
|
D | prebuilt_apis.go | 148 vfiles, err := mctx.GlobWithDeps(glob, nil)
|
D | sdk.go | 208 sdkJars, err := ctx.GlobWithDeps("prebuilts/sdk/*/public/android.jar", nil)
|
D | java.go | 630 aidlFiles, _ := sdkModuleContext.GlobWithDeps(dir.String()+"/**/*.aidl", nil)
|
D | sdk_library.go | 1523 paths, err := mctx.GlobWithDeps(baselinePathRelativeToRoot, nil)
|
/build/soong/android/ |
D | paths.go | 41 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec 70 ret, err := ctx.GlobWithDeps(globPattern, excludes) 80 ret, err := ctx.GlobWithDeps(globPattern, excludes) 991 files, err = gctx.GlobWithDeps(path.String(), nil) 1102 paths, err := ctx.GlobWithDeps(dir, nil)
|
D | singleton.go | 91 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | makevars.go | 58 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | module.go | 123 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
/build/soong/cc/ |
D | pgo.go | 115 versionedProfiles, err := ctx.GlobWithDeps(globPattern, nil)
|
D | library_sdk_member.go | 295 headers, _ := sdkModuleContext.GlobWithDeps(inputPath+"/**/*.h", nil)
|
D | library.go | 616 glob, err := ctx.GlobWithDeps("external/eigen/"+subdir+"/**/*", nil) 634 glob, err := ctx.GlobWithDeps(dir+"/**/*", nil)
|