Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go196 func (p *vendorSnapshotLibraryDecorator) isSnapshotPrebuilt() bool { func
352 func (p *vendorSnapshotBinaryDecorator) isSnapshotPrebuilt() bool { func
446 func (p *vendorSnapshotObjectLinker) isSnapshotPrebuilt() bool { func
548 if !m.IsForPlatform() || m.isSnapshotPrebuilt() || !m.inVendor() {
878 if !module.isSnapshotPrebuilt() {
948 if module.isSnapshotPrebuilt() || module.VndkVersion() != ctx.DeviceConfig().VndkVersion() {
Dvndk_prebuilt.go189 func (p *vndkPrebuiltLibraryDecorator) isSnapshotPrebuilt() bool { func
Dcc.go1017 func (c *Module) isSnapshotPrebuilt() bool { func
1018 if p, ok := c.linker.(interface{ isSnapshotPrebuilt() bool }); ok {
1019 return p.isSnapshotPrebuilt()
2570 if c.isSnapshotPrebuilt() {
3122 } else if m.isSnapshotPrebuilt() {
Dvndk.go531 if !m.inVendor() || !m.installable() || m.isSnapshotPrebuilt() {