Searched refs:GlobWithDeps (Results 1 – 14 of 14) sorted by relevance
/build/blueprint/ |
D | singleton_ctx.go | 145 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 345 func (s *singletonContext) GlobWithDeps(pattern string, func
|
D | module_ctx.go | 172 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec 433 func (d *baseModuleContext) GlobWithDeps(pattern string, func
|
/build/soong/java/ |
D | android_resources.go | 117 files, err := ctx.GlobWithDeps(filepath.Join(overlay, "**/*"), androidResourceIgnoreFilenames)
|
D | prebuilt_apis.go | 108 vfiles, err := mctx.GlobWithDeps(mydir+apiver+"/"+scope+"/"+name, nil)
|
D | sdk.go | 476 sdkJars, err := ctx.GlobWithDeps("prebuilts/sdk/*/public/android.jar", nil) 638 in, err := ctx.GlobWithDeps("frameworks/base/api/*current.txt", nil)
|
D | sdk_library.go | 1312 paths, err := mctx.GlobWithDeps(baselinePathRelativeToRoot, nil)
|
D | java.go | 2109 aidlFiles, _ := sdkModuleContext.GlobWithDeps(dir.String()+"/**/*.aidl", nil)
|
/build/soong/android/ |
D | singleton.go | 81 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | makevars.go | 85 GlobWithDeps(pattern string, excludes []string) ([]string, error) methodSpec
|
D | paths.go | 40 GlobWithDeps(globPattern string, excludes []string) ([]string, error) methodSpec 778 files, err = gctx.GlobWithDeps(path.String(), nil) 887 paths, err := ctx.GlobWithDeps(dir, nil)
|
D | module.go | 94 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/ |
D | pgo.go | 120 versioned_profiles, err := ctx.GlobWithDeps(globPattern, nil)
|
D | library_sdk_member.go | 249 headers, _ := sdkModuleContext.GlobWithDeps(path.String()+"/**/*.h", nil)
|
D | library.go | 417 glob, err := ctx.GlobWithDeps("external/eigen/"+subdir+"/**/*", nil) 441 glob, err := ctx.GlobWithDeps(dir+"/**/*"+ext, nil)
|