Home
last modified time | relevance | path

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

/build/soong/java/
Djava_resources.go42 dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, exclude).String(), nil)
55 …dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, resourceDir).String(), excl…
/build/blueprint/pathtools/
Dglob.go43 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, … func
318 matches, deps, err = Glob(filepath.Join(prefix, pattern), nil, FollowSymlinks)
362 files, deps, err := Glob(glob, excludes, FollowSymlinks)
Dfs.go98Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs []string, err … methodSpec
197 func (fs *osFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dirs… func
202 paths, err := filepath.Glob(fs.toAbs(pattern))
349 func (m *mockFs) Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, dir… func
/build/blueprint/
Dglob.go64 files, deps, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
/build/soong/ui/build/
Dcleanbuild.go31 files, err := filepath.Glob(glob)
/build/soong/scripts/
Dbuild_broken_logs.go209 products, err := filepath.Glob(filepath.Join(name, "*"))
/build/soong/cc/
Dndk_headers.go246 depsGlob := ctx.Glob(filepath.Join(depsPath.String(), "**/*"), nil)
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto38 // Glob matching the list of files to leave uncompressed in the APKs.
/build/soong/zip/
Dzip.go310 globbed, _, err := z.fs.Glob(s, nil, followSymlinks)
354 globbed, _, err := z.fs.Glob(filepath.Join(fa.GlobDir, "**/*"), nil, followSymlinks)
/build/soong/android/
Dpaths.go474 return ctx.Glob(path, nil)
783 files, deps, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks)
Dmodule.go96 Glob(globPattern string, excludes []string) Paths methodSpec
1416 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
/build/soong/
DREADME.md44 * Glob patterns can contain the normal Unix wildcard `*`, for example `"*.java"`.
46 Glob patterns can also contain a single `**` wildcard as a path element, which