/build/soong/rust/ |
D | fuzz_test.go | 131 …duleForTests("fuzz_shared_libtest", "android_arm64_armv8-a_fuzzer").Module().(cc.LinkableInterface) 132 …duleForTests("fuzz_static_libtest", "android_arm64_armv8-a_fuzzer").Module().(cc.LinkableInterface) 133 …eForTests("fuzz_staticffi_libtest", "android_arm64_armv8-a_fuzzer").Module().(cc.LinkableInterface)
|
D | coverage.go | 68 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
|
D | test.go | 148 linkableDep, ok := dep.(cc.LinkableInterface) 167 linkableDep, ok := dep.(cc.LinkableInterface)
|
D | rust.go | 735 var _ cc.LinkableInterface = (*Module)(nil) 1110 func rustMakeLibName(ctx android.ModuleContext, c cc.LinkableInterface, dep cc.LinkableInterface, d… argument 1136 directStaticLibDeps := [](cc.LinkableInterface){} 1301 } else if ccDep, ok := dep.(cc.LinkableInterface); ok {
|
/build/soong/cc/ |
D | linkable.go | 12 LinkableInterface 66 type LinkableInterface interface { interface 260 func GetImageVariantType(c LinkableInterface) ImageVariantType { argument
|
D | stl.go | 23 func getNdkStlFamily(m LinkableInterface) string { argument 38 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) { argument
|
D | sdk.go | 33 case LinkableInterface:
|
D | fuzz.go | 187 linkable, ok := dependency.(LinkableInterface) 431 ccModule, ok := module.(LinkableInterface) 519 func GetSharedLibsToZip(sharedLibraries android.RuleBuilderInstalls, module LinkableInterface, s *f… argument 601 …if rustmod, ok := child.(LinkableInterface); ok && rustmod.RustLibraryInterface() && !rustmod.Shar…
|
D | cc.go | 1210 var _ LinkableInterface = (*Module)(nil) 1795 func getNameSuffixWithVndkVersion(ctx android.ModuleContext, c LinkableInterface) string { argument 1817 func GetSubnameProperty(actx android.ModuleContext, c LinkableInterface) string { argument 2289 m LinkableInterface) []blueprint.Variation { argument 2320 func AddSharedLibDependenciesWithVersions(ctx android.BottomUpMutatorContext, mod LinkableInterface, argument 2342 func GetApiImports(c LinkableInterface, actx android.BottomUpMutatorContext) multitree.ApiImportInf… argument 2382 func FilterNdkLibs(c LinkableInterface, config android.Config, list []string) (nonvariantLibs []str… argument 2399 func rewriteLibsForApiImports(c LinkableInterface, libs []string, replaceList map[string]string, co… argument 2695 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface, argument 2815 ccDep, ok := dep.(LinkableInterface) [all …]
|
D | test.go | 416 linkableDep, ok := dep.(LinkableInterface) 428 linkableDep, ok := dep.(LinkableInterface)
|
D | image.go | 161 LinkableInterface
|
D | library.go | 2134 …} else if library, ok := mctx.Module().(LinkableInterface); ok && (library.CcLibraryInterface() ||… 2150 static := modules[0].(LinkableInterface) 2151 shared := modules[1].(LinkableInterface) 2164 modules[0].(LinkableInterface).SetStatic() 2170 modules[0].(LinkableInterface).SetShared()
|
D | sanitize.go | 1676 func (s *sanitizerStaticLibsMap) add(c LinkableInterface, name string) {
|
/build/soong/java/ |
D | app.go | 986 checkNativeSdkVersion, func(dep cc.LinkableInterface) bool { 1010 filter func(cc.LinkableInterface) bool) ([]jniLib, android.Paths) { 1020 if dep, ok := module.(cc.LinkableInterface); ok {
|
/build/soong/sdk/ |
D | update.go | 1727 if linkable, ok := variant.(cc.LinkableInterface); ok {
|
/build/soong/apex/ |
D | apex.go | 2827 if l, ok := module.(cc.LinkableInterface); ok && l.StaticExecutable() {
|