Searched defs:BaseSnapshotDecorator (Results 1 – 2 of 2) sorted by relevance
274 type BaseSnapshotDecorator struct { struct275 baseProperties BaseSnapshotDecoratorProperties276 Image SnapshotImage279 func (p *BaseSnapshotDecorator) Name(name string) string {283 func (p *BaseSnapshotDecorator) NameSuffix() string {287 func (p *BaseSnapshotDecorator) Version() string {291 func (p *BaseSnapshotDecorator) Arch() string {295 func (p *BaseSnapshotDecorator) moduleSuffix() string {299 func (p *BaseSnapshotDecorator) IsSnapshotPrebuilt() bool {303 func (p *BaseSnapshotDecorator) SnapshotAndroidMkSuffix() string {[all …]
29 cc.BaseSnapshotDecorator anonMember