Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go227 EverInstallable() bool methodSpec
/build/soong/sdk/
Dupdate.go1055 if installable, ok := variant.(interface{ EverInstallable() bool }); ok {
1056 if installable.EverInstallable() {
/build/soong/rust/
Drust.go734 func (mod *Module) EverInstallable() bool { func