Home
last modified time | relevance | path

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

/build/soong/java/
Dandroid_resources.go91 files, err := ctx.GlobWithDeps(filepath.Join(overlay, "**/*"), androidResourceIgnoreFilenames)
Dprebuilt_apis.go225 vfiles, err := mctx.GlobWithDeps(glob, nil)
Djava.go1158 aidlFiles, _ := sdkModuleContext.GlobWithDeps(dir.String()+"/**/*.aidl", nil)
Dsdk_library.go2080 paths, err := mctx.GlobWithDeps(baselinePathRelativeToRoot, nil)
/build/soong/android/
Dearly_module_context.go86 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
Dsingleton.go89 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
Dpaths.go42 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)
Dmakevars.go62 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
/build/blueprint/
Dsingleton_ctx.go155 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
372 func (s *singletonContext) GlobWithDeps(pattern string, func
Dpackage_ctx.go326 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec
333 func (v *variableFuncContext) GlobWithDeps(pattern string, func
Dmodule_ctx.go183 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
481 func (d *baseModuleContext) GlobWithDeps(pattern string, func
/build/soong/cc/
Dlibrary_sdk_member.go377 headers, _ := sdkModuleContext.GlobWithDeps(inputPath+"/**/*.h", nil)