Home
last modified time | relevance | path

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

/build/soong/cc/
Dbp2build.go422 for arch, props := range module.GetArchProperties(ctx, &FlagExporterProperties{}) {
423 if flagExporterProperties, ok := props.(*FlagExporterProperties); ok {
437 for os, props := range module.GetTargetProperties(&FlagExporterProperties{}) {
438 if flagExporterProperties, ok := props.(*FlagExporterProperties); ok {
Dlibrary.go184 type FlagExporterProperties struct { struct
376 Properties FlagExporterProperties
Dcc.go3339 &FlagExporterProperties{},