Home
last modified time | relevance | path

Searched refs:globs (Results 1 – 8 of 8) sorted by relevance

/build/blueprint/
Dglob.go50 g, exists := c.globs[key]
68 if g, exists = c.globs[key]; !exists {
69 c.globs[key] = result
85 keys := make([]globKey, 0, len(c.globs))
86 for k := range c.globs {
97 globs := make(pathtools.MultipleGlobResults, len(keys))
99 globs[i] = c.globs[key]
102 return globs
Dcontext.go119 globs map[globKey]pathtools.GlobResult member
417 globs: make(map[globKey]pathtools.GlobResult),
/build/blueprint/bootstrap/bpglob/
Dbpglob.go35 globs []globArg var
39 flag.Var((*patternsArgs)(&globs), "p", "pattern to include in results")
40 …flag.Var((*excludeArgs)(&globs), "e", "pattern to exclude from results from the most recent patter…
55 globs = append(globs, globArg{
95 err := globsWithDepFile(*out, *out+".d", globs)
124 func globsWithDepFile(fileListFile, depFile string, globs []globArg) error {
126 for _, glob := range globs {
/build/blueprint/bootstrap/
Dglob.go95 func multipleGlobFilesRule(ctx GlobFileContext, fileListFile string, shard int, globs pathtools.Mul…
98 for i, glob := range globs {
184 for i, globs := range globBuckets {
200 err := pathtools.WriteFileIfChanged(absoluteFileListFile, globs.FileList(), 0666)
206 multipleGlobFilesRule(ctx, fileListFile, i, globs)
/build/make/tools/
Dcheckowners.py58 globs = '(%s( *, *%s)*)' % (glob, glob)
59 perfile = 'per-file +' + globs + ' *= *' + directive
/build/soong/ui/build/
Dcleanbuild.go32 func removeGlobs(ctx Context, globs ...string) {
33 for _, glob := range globs {
/build/soong/tests/
Dbootstrap_test.sh147 local glob_deps_file=out/soong/globs/build/0.d
/build/bazel/docs/
Dinternal_concepts.md73 Source files (including globs) and output paths for references to other modules