Home
last modified time | relevance | path

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

/build/soong/bazel/
Dproperties.go331 this := attrs.GetValueForOS(os)
332 that := other.GetValueForOS(os)
350 if len(attrs.GetValueForOS(os).Includes) > 0 {
398 func (attrs *LabelListAttribute) GetValueForOS(os string) LabelList { func
471 if len(attrs.GetValueForOS(os)) > 0 {
519 func (attrs *StringListAttribute) GetValueForOS(os string) []string { func
547 this := attrs.GetValueForOS(os)
548 that := other.GetValueForOS(os)
/build/soong/bp2build/
Dconfigurability.go27 osSelects[selectKey] = reflect.ValueOf(list.GetValueForOS(os))
62 osSelects[selectKey] = reflect.ValueOf(list.GetValueForOS(os).Includes)