Home
last modified time | relevance | path

Searched refs:expandedExcludes (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dbazel_paths.go323 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) {
Dpaths.go574 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) {