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 | 119 globs map[globKey]pathtools.GlobResult member 417 globs: make(map[globKey]pathtools.GlobResult),
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 35 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/ |
D | glob.go | 95 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/ |
D | checkowners.py | 58 globs = '(%s( *, *%s)*)' % (glob, glob) 59 perfile = 'per-file +' + globs + ' *= *' + directive
|
/build/soong/ui/build/ |
D | cleanbuild.go | 32 func removeGlobs(ctx Context, globs ...string) { 33 for _, glob := range globs {
|
/build/soong/tests/ |
D | bootstrap_test.sh | 147 local glob_deps_file=out/soong/globs/build/0.d
|
/build/bazel/docs/ |
D | internal_concepts.md | 73 Source files (including globs) and output paths for references to other modules
|