Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go145 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
345 func (s *singletonContext) GlobWithDeps(pattern string, func
Dmodule_ctx.go172 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
433 func (d *baseModuleContext) GlobWithDeps(pattern string, func
/build/soong/java/
Dandroid_resources.go117 files, err := ctx.GlobWithDeps(filepath.Join(overlay, "**/*"), androidResourceIgnoreFilenames)
Dprebuilt_apis.go108 vfiles, err := mctx.GlobWithDeps(mydir+apiver+"/"+scope+"/"+name, nil)
Dsdk.go476 sdkJars, err := ctx.GlobWithDeps("prebuilts/sdk/*/public/android.jar", nil)
638 in, err := ctx.GlobWithDeps("frameworks/base/api/*current.txt", nil)
Dsdk_library.go1312 paths, err := mctx.GlobWithDeps(baselinePathRelativeToRoot, nil)
Djava.go2109 aidlFiles, _ := sdkModuleContext.GlobWithDeps(dir.String()+"/**/*.aidl", nil)
/build/soong/android/
Dsingleton.go81 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
Dmakevars.go85 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
Dpaths.go40 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec
778 files, err = gctx.GlobWithDeps(path.String(), nil)
887 paths, err := ctx.GlobWithDeps(dir, nil)
Dmodule.go94 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
1417 ret, err := e.GlobWithDeps(globPattern, excludes)
1425 ret, err := e.GlobWithDeps(globPattern, excludes)
/build/soong/cc/
Dpgo.go120 versioned_profiles, err := ctx.GlobWithDeps(globPattern, nil)
Dlibrary_sdk_member.go249 headers, _ := sdkModuleContext.GlobWithDeps(path.String()+"/**/*.h", nil)
Dlibrary.go417 glob, err := ctx.GlobWithDeps("external/eigen/"+subdir+"/**/*", nil)
441 glob, err := ctx.GlobWithDeps(dir+"/**/*"+ext, nil)