Home
last modified time | relevance | path

Searched refs:IsSnapshotPrebuilt (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dsabi.go144 if m.Prebuilt() != nil || m.IsSnapshotPrebuilt() {
Dimage.go229 IsSnapshotPrebuilt() bool methodSpec
482 } else if m.IsSnapshotPrebuilt() {
583 !m.IsSnapshotPrebuilt() &&
Dlinkable.go98 IsSnapshotPrebuilt() bool methodSpec
Dvendor_snapshot.go176 if !apexInfo.IsForPlatform() || m.IsSnapshotPrebuilt() || !image.inImage(m)() {
/build/soong/rust/
Dimage.go112 func (mod *Module) IsSnapshotPrebuilt() bool { func