Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go768 type snapshotBinaryDecorator struct { struct
774 func (p *snapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool { argument
786 func (p *snapshotBinaryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects)… argument
809 func (p *snapshotBinaryDecorator) nativeCoverage() bool { argument
837 prebuilt := &snapshotBinaryDecorator{
940 var _ snapshotInterface = (*snapshotBinaryDecorator)(nil)
Dandroidmk.go556 func (c *snapshotBinaryDecorator) AndroidMkEntries(ctx AndroidMkContext, entries *android.AndroidMk…