Searched refs:Glob (Results 1 – 12 of 12) sorted by relevance
/build/soong/java/ |
D | java_resources.go | 42 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/ |
D | glob.go | 43 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)
|
D | fs.go | 98 …Glob(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/ |
D | glob.go | 64 files, deps, err := c.fs.Glob(pattern, excludes, pathtools.FollowSymlinks)
|
/build/soong/ui/build/ |
D | cleanbuild.go | 31 files, err := filepath.Glob(glob)
|
/build/soong/scripts/ |
D | build_broken_logs.go | 209 products, err := filepath.Glob(filepath.Join(name, "*"))
|
/build/soong/cc/ |
D | ndk_headers.go | 246 depsGlob := ctx.Glob(filepath.Join(depsPath.String(), "**/*"), nil)
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 38 // Glob matching the list of files to leave uncompressed in the APKs.
|
/build/soong/zip/ |
D | zip.go | 310 globbed, _, err := z.fs.Glob(s, nil, followSymlinks) 354 globbed, _, err := z.fs.Glob(filepath.Join(fa.GlobDir, "**/*"), nil, followSymlinks)
|
/build/soong/android/ |
D | paths.go | 474 return ctx.Glob(path, nil) 783 files, deps, err = ctx.Config().fs.Glob(path.String(), nil, pathtools.FollowSymlinks)
|
D | module.go | 96 Glob(globPattern string, excludes []string) Paths methodSpec 1416 func (e *earlyModuleContext) Glob(globPattern string, excludes []string) Paths { func
|
/build/soong/ |
D | README.md | 44 * 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
|