Home
last modified time | relevance | path

Searched refs:vendorSnapshotBinaryDecorator (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dvendor_snapshot.go285 type vendorSnapshotBinaryDecorator struct { struct
291 func (p *vendorSnapshotBinaryDecorator) Name(name string) string { argument
295 func (p *vendorSnapshotBinaryDecorator) NameSuffix() string { argument
303 func (p *vendorSnapshotBinaryDecorator) version() string { argument
307 func (p *vendorSnapshotBinaryDecorator) arch() string { argument
311 func (p *vendorSnapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument
321 func (p *vendorSnapshotBinaryDecorator) link(ctx ModuleContext, argument
352 func (p *vendorSnapshotBinaryDecorator) isSnapshotPrebuilt() bool { argument
366 prebuilt := &vendorSnapshotBinaryDecorator{
861 var _ snapshotInterface = (*vendorSnapshotBinaryDecorator)(nil)
[all …]
Dandroidmk.go550 func (c *vendorSnapshotBinaryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.And…