Home
last modified time | relevance | path

Searched refs:StringListAttribute (Results 1 – 6 of 6) sorted by relevance

/build/soong/bazel/
Dproperties.go417 type StringListAttribute struct { struct
433 func MakeStringListAttribute(value []string) StringListAttribute {
435 return StringListAttribute{Value: value}
463 func (attrs StringListAttribute) HasConfigurableValues() bool { argument
478 func (attrs *StringListAttribute) archValuePtrs() map[string]*[]string { argument
489 func (attrs *StringListAttribute) GetValueForArch(arch string) []string { argument
498 func (attrs *StringListAttribute) SetValueForArch(arch string, value []string) { argument
506 func (attrs *StringListAttribute) osValuePtrs() map[string]*[]string { argument
519 func (attrs *StringListAttribute) GetValueForOS(os string) []string { argument
528 func (attrs *StringListAttribute) SetValueForOS(os string, value []string) { argument
[all …]
/build/soong/cc/
Dbp2build.go89 copts bazel.StringListAttribute
103 copts := bazel.StringListAttribute{Value: lib.SharedProperties.Shared.Cflags}
127 copts bazel.StringListAttribute
141 copts := bazel.StringListAttribute{Value: lib.StaticProperties.Static.Cflags}
166 copts bazel.StringListAttribute
168 includes bazel.StringListAttribute
174 var copts bazel.StringListAttribute
296 linkopts bazel.StringListAttribute
315 var linkopts bazel.StringListAttribute
412 …arseExportedIncludes(ctx android.TopDownMutatorContext, module *Module) bazel.StringListAttribute {
Dlibrary_headers.go112 Copts bazel.StringListAttribute
114 Includes bazel.StringListAttribute
Dlibrary.go229 Copts bazel.StringListAttribute
230 Includes bazel.StringListAttribute
231 Linkopts bazel.StringListAttribute
233 Shared_copts bazel.StringListAttribute
238 User_link_flags bazel.StringListAttribute
241 Static_copts bazel.StringListAttribute
2220 Copts bazel.StringListAttribute
2224 Linkopts bazel.StringListAttribute
2226 Includes bazel.StringListAttribute
Dobject.go118 Copts bazel.StringListAttribute
/build/soong/bp2build/
Dconfigurability.go14 func getStringListValues(list bazel.StringListAttribute) (reflect.Value, selects, selects) { argument
75 case bazel.StringListAttribute: