Searched refs:vendorSnapshotLibraryDecorator (Results 1 – 3 of 3) sorted by relevance
107 type vendorSnapshotLibraryDecorator struct { struct113 func (p *vendorSnapshotLibraryDecorator) Name(name string) string { argument117 func (p *vendorSnapshotLibraryDecorator) NameSuffix() string { argument135 func (p *vendorSnapshotLibraryDecorator) version() string { argument139 func (p *vendorSnapshotLibraryDecorator) arch() string { argument143 func (p *vendorSnapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument148 func (p *vendorSnapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument159 func (p *vendorSnapshotLibraryDecorator) link(ctx ModuleContext, argument192 func (p *vendorSnapshotLibraryDecorator) nativeCoverage() bool { argument196 func (p *vendorSnapshotLibraryDecorator) isSnapshotPrebuilt() bool { argument[all …]
510 func (c *vendorSnapshotLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.An…
790 if p, ok := d.linker.(*vendorSnapshotLibraryDecorator); ok {