Searched refs:snapshotLibraryDecorator (Results 1 – 3 of 3) sorted by relevance
/build/soong/cc/ |
D | snapshot_prebuilt.go | 537 type snapshotLibraryDecorator struct { struct 549 func (p *snapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument 554 func (p *snapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument 568 func (p *snapshotLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects… argument 631 func (p *snapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) { argument 637 func (p *snapshotLibraryDecorator) nativeCoverage() bool { argument 641 func (p *snapshotLibraryDecorator) isSanitizerEnabled(t SanitizerType) bool { argument 650 func (p *snapshotLibraryDecorator) setSanitizerVariation(t SanitizerType, enabled bool) { argument 662 …shotLibraryFactory(image snapshotImage, moduleSuffix string) (*Module, *snapshotLibraryDecorator) { 669 prebuilt := &snapshotLibraryDecorator{ [all …]
|
D | androidmk.go | 514 func (c *snapshotLibraryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidM…
|
D | sanitize.go | 981 if p, ok := d.linker.(*snapshotLibraryDecorator); ok {
|