Home
last modified time | relevance | path

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

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