Searched defs:snapshotLibraryDecorator (Results 1 – 2 of 2) sorted by relevance
28 type snapshotLibraryDecorator struct { struct29 cc.BaseSnapshotDecorator30 *libraryDecorator31 properties cc.SnapshotLibraryProperties32 sanitizerProperties struct {72 …ary *snapshotLibraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {95 …shotLibraryDecorator) rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) android.OptionalPath {117 func (library *snapshotLibraryDecorator) MatchesWithDevice(config android.DeviceConfig) bool {128 func (library *snapshotLibraryDecorator) IsSnapshotPrebuilt() bool {
409 type snapshotLibraryDecorator struct { struct410 BaseSnapshotDecorator411 *libraryDecorator412 properties SnapshotLibraryProperties413 sanitizerProperties struct {424 func (p *snapshotLibraryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {429 func (p *snapshotLibraryDecorator) MatchesWithDevice(config android.DeviceConfig) bool {443 …tLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path {515 func (p *snapshotLibraryDecorator) install(ctx ModuleContext, file android.Path) {521 func (p *snapshotLibraryDecorator) nativeCoverage() bool {[all …]