Searched defs:BaseSnapshotDecorator (Results 1 – 2 of 2) sorted by relevance
275 type BaseSnapshotDecorator struct { struct276 baseProperties BaseSnapshotDecoratorProperties277 Image SnapshotImage280 func (p *BaseSnapshotDecorator) Name(name string) string {284 func (p *BaseSnapshotDecorator) NameSuffix() string {288 func (p *BaseSnapshotDecorator) Version() string {292 func (p *BaseSnapshotDecorator) Arch() string {296 func (p *BaseSnapshotDecorator) moduleSuffix() string {300 func (p *BaseSnapshotDecorator) IsSnapshotPrebuilt() bool {304 func (p *BaseSnapshotDecorator) SnapshotAndroidMkSuffix() string {[all …]
29 cc.BaseSnapshotDecorator anonMember