Home
last modified time | relevance | path

Searched refs:GlobWithDeps (Results 1 – 14 of 14) sorted by relevance

/build/blueprint/
Dsingleton_ctx.go155 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
364 func (s *singletonContext) GlobWithDeps(pattern string, func
Dmodule_ctx.go172 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
465 func (d *baseModuleContext) GlobWithDeps(pattern string, func
/build/soong/java/
Dandroid_resources.go132 files, err := ctx.GlobWithDeps(filepath.Join(overlay, "**/*"), androidResourceIgnoreFilenames)
Dprebuilt_apis.go148 vfiles, err := mctx.GlobWithDeps(glob, nil)
Dsdk.go208 sdkJars, err := ctx.GlobWithDeps("prebuilts/sdk/*/public/android.jar", nil)
Djava.go630 aidlFiles, _ := sdkModuleContext.GlobWithDeps(dir.String()+"/**/*.aidl", nil)
Dsdk_library.go1523 paths, err := mctx.GlobWithDeps(baselinePathRelativeToRoot, nil)
/build/soong/android/
Dpaths.go41 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)
Dsingleton.go91 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
Dmakevars.go58 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
Dmodule.go123 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
/build/soong/cc/
Dpgo.go115 versionedProfiles, err := ctx.GlobWithDeps(globPattern, nil)
Dlibrary_sdk_member.go295 headers, _ := sdkModuleContext.GlobWithDeps(inputPath+"/**/*.h", nil)
Dlibrary.go616 glob, err := ctx.GlobWithDeps("external/eigen/"+subdir+"/**/*", nil)
634 glob, err := ctx.GlobWithDeps(dir+"/**/*", nil)