Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 18 of 18) 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",
67 "pathtools/glob.go",
110 "bootstrap/glob.go",
Dglob.go49 func (c *Context) glob(pattern string, excludes []string) ([]string, error) { func
Dsingleton_ctx.go272 return s.context.glob(pattern, excludes)
Dmodule_ctx.go277 return d.context.glob(pattern, excludes)
Dcontext.go1008 matches, err = c.glob(pattern, nil)
1050 matches, err = c.glob(pattern, nil)
/build/blueprint/pathtools/
Dglob.go52 matches, deps, err = glob(fs, pattern, false, follow)
104 func glob(fs FileSystem, pattern string, hasRecursive bool, func
111 matches, err = fs.glob(pattern)
122 matchDirs, err = fs.glob(pattern)
141 dirMatches, dirs, err := glob(fs, dir, hasRecursive, follow)
166 newMatches, err := fs.glob(filepath.Join(MatchEscape(m), file))
389 func GlobWithDepFile(glob, fileListFile, depFile string, excludes []string) (files []string, err er… argument
390 files, deps, err := Glob(glob, excludes, FollowSymlinks)
Dfs.go96 glob(pattern string) (matches []string, err error) methodSpec
157 func (osFs) glob(pattern string) ([]string, error) { func
319 func (m *mockFs) glob(pattern string) ([]string, error) { func
Dfs_test.go551 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/ui/build/
Dcleanbuild.go28 for _, glob := range globs {
29 files, err := filepath.Glob(glob)
32 panic(fmt.Errorf("%q: %s", glob, err))
/build/kati/
Druntest.rb51 files = Dir.glob('*')
64 (get_output_filenames + Dir.glob('.*')).each do |fname|
89 test_files = Dir.glob('testcase/*.mk').sort
90 test_files += Dir.glob('testcase/*.sh').sort
99 Dir.glob("#{dir}/*").each do |fname|
Dfileutil.cc169 glob(pat, 0, NULL, &gl); in Get()
Dpathutil.go237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) { func
270 return c.glob(dir, file, nil)
279 matches, err = c.glob(d, file, matches)
/build/soong/cmd/diff_target_files/
DAndroid.bp6 "glob.go",
/build/soong/docs/
Dperf.md38 .../kati.go:127: *kati*: glob time (regen): 0.377193 / 33609
67 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. Glob