Home
last modified time | relevance | path

Searched refs:SubtractBazelLabelList (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dbp2build.go253 …srcs.Value = bazel.SubtractBazelLabelList(srcs.Value, bazel.LabelList{Includes: srcsList.Excludes})
264 …srcs.SetValueForArch(arch.Name, bazel.SubtractBazelLabelList(srcs.GetValueForArch(arch.Name), srcs…
271 defaultsSrcs := bazel.SubtractBazelLabelList(baseSrcsLabelList, srcs.Value)
280 srcs.SetValueForOS(os.Name, bazel.SubtractBazelLabelList(srcsList, baseSrcsLabelList))
/build/soong/bazel/
Dproperties_test.go119 actualResult := SubtractBazelLabelList(tc.haystack, tc.needle)
Dproperties.go164 func SubtractBazelLabelList(haystack LabelList, needle LabelList) LabelList { func