Searched refs:isSnapshotPrebuilt (Results 1 – 4 of 4) sorted by relevance
196 func (p *vendorSnapshotLibraryDecorator) isSnapshotPrebuilt() bool { func352 func (p *vendorSnapshotBinaryDecorator) isSnapshotPrebuilt() bool { func446 func (p *vendorSnapshotObjectLinker) isSnapshotPrebuilt() bool { func548 if !m.IsForPlatform() || m.isSnapshotPrebuilt() || !m.inVendor() {878 if !module.isSnapshotPrebuilt() {948 if module.isSnapshotPrebuilt() || module.VndkVersion() != ctx.DeviceConfig().VndkVersion() {
189 func (p *vndkPrebuiltLibraryDecorator) isSnapshotPrebuilt() bool { func
1017 func (c *Module) isSnapshotPrebuilt() bool { func1018 if p, ok := c.linker.(interface{ isSnapshotPrebuilt() bool }); ok {1019 return p.isSnapshotPrebuilt()2570 if c.isSnapshotPrebuilt() {3122 } else if m.isSnapshotPrebuilt() {
531 if !m.inVendor() || !m.installable() || m.isSnapshotPrebuilt() {