Searched refs:vendorSnapshotBinaryDecorator (Results 1 – 2 of 2) sorted by relevance
285 type vendorSnapshotBinaryDecorator struct { struct291 func (p *vendorSnapshotBinaryDecorator) Name(name string) string { argument295 func (p *vendorSnapshotBinaryDecorator) NameSuffix() string { argument303 func (p *vendorSnapshotBinaryDecorator) version() string { argument307 func (p *vendorSnapshotBinaryDecorator) arch() string { argument311 func (p *vendorSnapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument321 func (p *vendorSnapshotBinaryDecorator) link(ctx ModuleContext, argument352 func (p *vendorSnapshotBinaryDecorator) isSnapshotPrebuilt() bool { argument366 prebuilt := &vendorSnapshotBinaryDecorator{861 var _ snapshotInterface = (*vendorSnapshotBinaryDecorator)(nil)[all …]
550 func (c *vendorSnapshotBinaryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.And…