Home
last modified time | relevance | path

Searched refs:LinkableInterface (Results 1 – 14 of 14) sorted by relevance

/build/soong/cc/
Dlinkable.go12 LinkableInterface
102 type LinkableInterface interface { interface
256 func GetImageVariantType(c LinkableInterface) ImageVariantType { argument
Dsnapshot_prebuilt.go38 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 {
Dvendor_snapshot.go118 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)
Dstl.go22 func getNdkStlFamily(m LinkableInterface) string { argument
27 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) { argument
Dsdk.go33 case LinkableInterface:
Dsnapshot_utils.go103 func ShouldCollectHeadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo andro… argument
Dlibrary.go1990 } 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()
Dfuzz.go185 linkable, ok := dependency.(LinkableInterface)
Dtest.go374 ccDep, ok := dep.(LinkableInterface)
Dimage.go205 LinkableInterface
Dsanitize.go1384 func (s *sanitizerStaticLibsMap) add(c LinkableInterface, name string) {
/build/soong/rust/
Dcoverage.go56 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
Drust.go631 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/
Dupdate.go1460 if linkable, ok := variant.(cc.LinkableInterface); ok {