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.go117 globs map[globKey]pathtools.GlobResult member
388 globs: make(map[globKey]pathtools.GlobResult),
/build/blueprint/bootstrap/bpglob/
Dbpglob.go43 globs []globArg var
48 flagSet.Var((*patternsArgs)(&globs), "p", "pattern to include in results")
49 …flagSet.Var((*excludeArgs)(&globs), "e", "pattern to exclude from results from the most recent pat…
107 globs = append(globs, globArg{
171 err = globsWithDepFile(*out, *out+".d", globs)
200 func globsWithDepFile(fileListFile, depFile string, globs []globArg) error {
202 for _, glob := range globs {
/build/blueprint/bootstrap/
Dglob.go93 func multipleGlobFilesRule(ctx GlobFileContext, fileListFile string, shard int, globs pathtools.Mul…
96 for i, glob := range globs {
178 for i, globs := range globBuckets {
194 err := pathtools.WriteFileIfChanged(absolutePath(fileListFile), globs.FileList(), 0666)
200 multipleGlobFilesRule(ctx, fileListFile, i, globs)
Dbuild.ninja10 myGlobs = ${bootstrapBuildDir}/.minibootstrap/build-globs.ninja
/build/make/tools/
Dcheckowners.py58 globs = '(%s( *, *%s)*)' % (glob, glob)
59 perfile = 'per-file +' + globs + ' *= *' + directive
/build/soong/ui/build/
Dcleanbuild.go31 func removeGlobs(ctx Context, globs ...string) {
32 for _, glob := range globs {
/build/soong/tests/
Dbootstrap_test.sh145 local glob_deps_file=out/soong/.primary/globs/0.d