Searched refs:expandedExcludes (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | bazel_paths.go | 323 func expandSrcsForBazel(ctx BazelConversionPathContext, paths, expandedExcludes []string) bazel.Lab… 334 for _, e := range expandedExcludes { 341 if l != nil && !InList(l.Label, expandedExcludes) { 353 if !InList(p, expandedExcludes) {
|
D | paths.go | 574 var expandedExcludes []string 576 expandedExcludes = make([]string, 0, len(input.ExcludePaths)) 588 expandedExcludes = append(expandedExcludes, modulePaths.Strings()...) 591 expandedExcludes = append(expandedExcludes, filepath.Join(prefix, e)) 606 expandedExcludes: expandedExcludes, 631 expandedExcludes []string member 640 if len(input.expandedExcludes) == 0 { 645 if !InList(p.String(), input.expandedExcludes) { 661 paths := GlobFiles(input.context, p.String(), input.expandedExcludes) 676 if InList(p.String(), input.expandedExcludes) {
|