Home
last modified time | relevance | path

Searched refs:Excludes (Results 1 – 7 of 7) sorted by relevance

/build/soong/bazel/
Dproperties_test.go90 Excludes: []Label{
100 Excludes: []Label{
110 Excludes: []Label{
138 Excludes: []Label{
151 Excludes: []Label{
Dproperties.go64 Excludes []Label member
86 if len(ll.Excludes) > 0 || len(other.Excludes) > 0 {
87 ll.Excludes = append(other.Excludes, other.Excludes...)
111 uniqueLabelList.Excludes = UniqueSortedBazelLabels(originalLabelList.Excludes)
168 result.Excludes = haystack.Excludes
/build/blueprint/
Dglob.go29 if len(excludes) != len(g.Excludes) {
30 panic(fmt.Errorf("Mismatched excludes %v and %v for glob key %q", excludes, g.Excludes, key))
34 if g.Excludes[i] != excludes[i] {
35 panic(fmt.Errorf("Mismatched excludes %v and %v for glob key %q", excludes, g.Excludes, key))
/build/soong/android/
Dbazel_paths.go130 labels.Excludes = excludeLabels.Includes
216 for _, exclude := range paths.Excludes {
217 newPaths.Excludes = append(newPaths.Excludes, transformSubpackagePath(ctx, exclude))
/build/blueprint/bootstrap/
Dglob.go103 for _, exclude := range glob.Excludes {
273 for _, e := range g.Excludes {
/build/blueprint/pathtools/
Dglob.go42 Excludes []string member
145 Excludes: excludes,
/build/soong/cc/
Dbp2build.go253 …srcs.Value = bazel.SubtractBazelLabelList(srcs.Value, bazel.LabelList{Includes: srcsList.Excludes})