Searched refs:IsSnapshotPrebuilt (Results 1 – 5 of 5) sorted by relevance
144 if m.Prebuilt() != nil || m.IsSnapshotPrebuilt() {
229 IsSnapshotPrebuilt() bool methodSpec482 } else if m.IsSnapshotPrebuilt() {583 !m.IsSnapshotPrebuilt() &&
98 IsSnapshotPrebuilt() bool methodSpec
176 if !apexInfo.IsForPlatform() || m.IsSnapshotPrebuilt() || !image.inImage(m)() {
112 func (mod *Module) IsSnapshotPrebuilt() bool { func