Lines Matching refs:Installable
88 Installable *bool member
141 return proptools.BoolDefault(c.properties.Installable, true)
344 Installable *bool member
365 func (c *policyCil) Installable() bool { func
366 return proptools.BoolDefault(c.properties.Installable, true)
440 if !c.Installable() {
462 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !c.Installable())
482 Installable *bool member
510 func (c *policyBinary) Installable() bool { func
511 return proptools.BoolDefault(c.properties.Installable, true)
580 if !c.Installable() {
602 entries.SetBool("LOCAL_UNINSTALLABLE_MODULE", !c.Installable())