Home
last modified time | relevance | path

Searched refs:ImageVariationPrefix (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/rust/
H A Dimage.go182 return mod.Properties.ImageVariationPrefix == cc.VendorVariationPrefix
190 m.Properties.ImageVariationPrefix = cc.VendorVariationPrefix
H A Drust.go74 ImageVariationPrefix string `blueprint:"mutated"` member
/aosp12/build/soong/cc/
H A Dimage.go124 return c.Properties.ImageVariationPrefix == ProductVariationPrefix
129 return c.Properties.ImageVariationPrefix == VendorVariationPrefix
691 m.Properties.ImageVariationPrefix = VendorVariationPrefix
703 m.Properties.ImageVariationPrefix = ProductVariationPrefix
H A Dcc.go293 ImageVariationPrefix string `blueprint:"mutated"` member