Searched refs:Installable (Results 1 – 10 of 10) sorted by relevance
/system/sepolicy/build/soong/ |
D | policy.go | 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) [all …]
|
D | sepolicy_vers.go | 51 Installable *bool member 55 return proptools.BoolDefault(v.properties.Installable, true)
|
D | compat_cil.go | 153 Installable: proptools.BoolPtr(false), 166 Installable: proptools.BoolPtr(false), 175 Installable: proptools.BoolPtr(false), 207 Installable: proptools.BoolPtr(false),
|
D | versioned_policy.go | 55 Installable *bool member 81 return proptools.BoolDefault(m.properties.Installable, true)
|
D | sepolicy_neverallow.go | 84 Installable: proptools.BoolPtr(false), 98 Installable: proptools.BoolPtr(false),
|
/system/tools/aidl/build/ |
D | properties.go | 55 Installable *bool member 88 Installable *bool member
|
D | aidl_interface_backends.go | 273 Installable: proptools.BoolPtr(true), 355 Installable: proptools.BoolPtr(true),
|
/system/tools/hidl/build/ |
D | properties.go | 52 Installable *bool member
|
D | hidl_interface.go | 619 Installable: proptools.BoolPtr(true),
|
/system/tools/xsdc/build/ |
D | xsdc.go | 115 Installable *bool member 353 Installable: proptools.BoolPtr(false),
|