Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 17 of 17) sorted by relevance

/build/blueprint/
Dglob_test.go28 matches, err := ctx.glob("a/*", nil)
39 matches, err = ctx.glob("a/*", []string{})
48 matches, err = ctx.glob("a/*", []string{"a/b"})
DBlueprints11 "glob.go",
66 "pathtools/glob.go",
116 "bootstrap/glob.go",
Dglob.go49 func (c *Context) glob(pattern string, excludes []string) ([]string, error) { func
Dsingleton_ctx.go347 return s.context.glob(pattern, excludes)
Dmodule_ctx.go435 return d.context.glob(pattern, excludes)
Dcontext.go1086 matches, err = c.glob(pattern, nil)
1128 matches, err = c.glob(pattern, nil)
/build/blueprint/pathtools/
Dglob.go53 matches, deps, err = glob(fs, pattern, false, follow)
105 func glob(fs FileSystem, pattern string, hasRecursive bool, func
112 matches, err = fs.glob(pattern)
123 matchDirs, err = fs.glob(pattern)
144 dirMatches, dirs, err := glob(fs, dir, hasRecursive, follow)
169 newMatches, err := fs.glob(filepath.Join(MatchEscape(m), file))
361 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er… argument
362 files, deps, err := Glob(glob, excludes, FollowSymlinks)
Dfs.go99 glob(pattern string) (matches []string, err error) methodSpec
201 func (fs *osFs) glob(pattern string) ([]string, error) { func
365 func (m *mockFs) glob(pattern string) ([]string, error) { func
Dglob_test.go900 t.Run("glob:"+test.pattern+","+test.name, func(t *testing.T) {
Dfs_test.go530 got, err := fs.glob(test.pattern)
/build/make/core/tasks/
Dfind-shareduid-violation.py19 from glob import glob
61 for f in glob(os.path.join(product_out, p, "*", "*", "*.apk")):
/build/make/tools/
Dcheckowners.py57 glob = '[a-zA-Z0-9_\\.\\-\\*\\?]+'
58 globs = '(%s( *, *%s)*)' % (glob, glob)
/build/soong/cmd/diff_target_files/
DAndroid.bp6 "glob.go",
/build/soong/ui/build/
Dcleanbuild.go30 for _, glob := range globs {
31 files, err := filepath.Glob(glob)
34 panic(fmt.Errorf("%q: %s", glob, err))
/build/soong/cc/
Dlibrary.go417 glob, err := ctx.GlobWithDeps("external/eigen/"+subdir+"/**/*", nil)
422 for _, header := range glob {
441 glob, err := ctx.GlobWithDeps(dir+"/**/*"+ext, nil)
446 for _, header := range glob {
/build/soong/docs/
Dperf.md73 verbose: *kati*: glob time (regen): 0.545859 / 43840
102 into glob or stat checks (falling back to calling `find` if one of those imply
/build/soong/
DREADME.md41 Properties that take a list of files can also take glob patterns and output path