Home
last modified time | relevance | path

Searched defs:BaseSnapshotDecorator (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dsnapshot_prebuilt.go274 type BaseSnapshotDecorator struct { struct
275 baseProperties BaseSnapshotDecoratorProperties
276 Image SnapshotImage
279 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 …]
/build/soong/rust/
Dsnapshot_prebuilt.go29 cc.BaseSnapshotDecorator anonMember