Searched refs:LinkableInterface (Results 1 – 14 of 14) sorted by relevance
/build/soong/cc/ |
D | linkable.go | 12 LinkableInterface 102 type LinkableInterface interface { interface 256 func GetImageVariantType(c LinkableInterface) ImageVariantType { argument
|
D | snapshot_prebuilt.go | 38 inImage(m LinkableInterface) func() bool argument 43 private(m LinkableInterface) bool argument 59 excludeFromSnapshot(m LinkableInterface) bool argument 128 func (vendorSnapshotImage) inImage(m LinkableInterface) func() bool { 132 func (vendorSnapshotImage) private(m LinkableInterface) bool { 162 func (vendorSnapshotImage) excludeFromSnapshot(m LinkableInterface) bool { 209 func (recoverySnapshotImage) inImage(m LinkableInterface) func() bool { 214 func (recoverySnapshotImage) private(m LinkableInterface) bool { 227 func (recoverySnapshotImage) excludeFromSnapshot(m LinkableInterface) bool {
|
D | vendor_snapshot.go | 118 if c, ok := ctx.Module().(LinkableInterface); ok { 140 if c, ok := ctx.Module().(LinkableInterface); ok { 150 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf… argument 326 installSnapshot := func(m LinkableInterface, fake bool) android.Paths { 458 m, ok := module.(LinkableInterface)
|
D | stl.go | 22 func getNdkStlFamily(m LinkableInterface) string { argument 27 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) { argument
|
D | sdk.go | 33 case LinkableInterface:
|
D | snapshot_utils.go | 103 func ShouldCollectHeadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo andro… argument
|
D | library.go | 1990 } else if library, ok := mctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() { 2008 static := modules[0].(LinkableInterface) 2009 shared := modules[1].(LinkableInterface) 2022 modules[0].(LinkableInterface).SetStatic() 2028 modules[0].(LinkableInterface).SetShared()
|
D | fuzz.go | 185 linkable, ok := dependency.(LinkableInterface)
|
D | test.go | 374 ccDep, ok := dep.(LinkableInterface)
|
D | image.go | 205 LinkableInterface
|
D | sanitize.go | 1384 func (s *sanitizerStaticLibsMap) add(c LinkableInterface, name string) {
|
/build/soong/rust/ |
D | coverage.go | 56 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
|
D | rust.go | 631 var _ cc.LinkableInterface = (*Module)(nil) 926 directSharedLibDeps := [](cc.LinkableInterface){} 927 directStaticLibDeps := [](cc.LinkableInterface){} 1001 } else if ccDep, ok := dep.(cc.LinkableInterface); ok {
|
/build/soong/sdk/ |
D | update.go | 1460 if linkable, ok := variant.(cc.LinkableInterface); ok {
|