Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dlinkable.go227 EverInstallable() bool
H A Dcc.go3164 func (c *Module) EverInstallable() bool { func
3179 ret := c.EverInstallable() &&
/aosp12/build/soong/sdk/
H A Dupdate.go1055 if installable, ok := variant.(interface{ EverInstallable() bool }); ok {
1056 if installable.EverInstallable() {
/aosp12/build/soong/rust/
H A Drust.go734 func (mod *Module) EverInstallable() bool { func