Searched refs:globs (Results 1 – 8 of 8) sorted by relevance
/build/blueprint/ |
D | glob.go | 50 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
|
D | context.go | 117 globs map[globKey]pathtools.GlobResult member 388 globs: make(map[globKey]pathtools.GlobResult),
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 43 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/ |
D | glob.go | 93 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)
|
D | build.ninja | 10 myGlobs = ${bootstrapBuildDir}/.minibootstrap/build-globs.ninja
|
/build/make/tools/ |
D | checkowners.py | 58 globs = '(%s( *, *%s)*)' % (glob, glob) 59 perfile = 'per-file +' + globs + ' *= *' + directive
|
/build/soong/ui/build/ |
D | cleanbuild.go | 31 func removeGlobs(ctx Context, globs ...string) { 32 for _, glob := range globs {
|
/build/soong/tests/ |
D | bootstrap_test.sh | 145 local glob_deps_file=out/soong/.primary/globs/0.d
|