Home
last modified time | relevance | path

Searched refs:vendorSnapshotLibraryDecorator (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dvendor_snapshot.go107 type vendorSnapshotLibraryDecorator struct { struct
113 func (p *vendorSnapshotLibraryDecorator) Name(name string) string { argument
117 func (p *vendorSnapshotLibraryDecorator) NameSuffix() string { argument
135 func (p *vendorSnapshotLibraryDecorator) version() string { argument
139 func (p *vendorSnapshotLibraryDecorator) arch() string { argument
143 func (p *vendorSnapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
148 func (p *vendorSnapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument
159 func (p *vendorSnapshotLibraryDecorator) link(ctx ModuleContext, argument
192 func (p *vendorSnapshotLibraryDecorator) nativeCoverage() bool { argument
196 func (p *vendorSnapshotLibraryDecorator) isSnapshotPrebuilt() bool { argument
[all …]
Dandroidmk.go510 func (c *vendorSnapshotLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.An…
Dsanitize.go790 if p, ok := d.linker.(*vendorSnapshotLibraryDecorator); ok {