Home
last modified time | relevance | path

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

/build/soong/rust/
Dfuzz_test.go131 …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)
Dcoverage.go68 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
Dtest.go148 linkableDep, ok := dep.(cc.LinkableInterface)
167 linkableDep, ok := dep.(cc.LinkableInterface)
Drust.go735 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/
Dlinkable.go12 LinkableInterface
66 type LinkableInterface interface { interface
260 func GetImageVariantType(c LinkableInterface) ImageVariantType { argument
Dstl.go23 func getNdkStlFamily(m LinkableInterface) string { argument
38 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) { argument
Dsdk.go33 case LinkableInterface:
Dfuzz.go187 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…
Dcc.go1210 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 …]
Dtest.go416 linkableDep, ok := dep.(LinkableInterface)
428 linkableDep, ok := dep.(LinkableInterface)
Dimage.go161 LinkableInterface
Dlibrary.go2134 …} 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()
Dsanitize.go1676 func (s *sanitizerStaticLibsMap) add(c LinkableInterface, name string) {
/build/soong/java/
Dapp.go986 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/
Dupdate.go1727 if linkable, ok := variant.(cc.LinkableInterface); ok {
/build/soong/apex/
Dapex.go2827 if l, ok := module.(cc.LinkableInterface); ok && l.StaticExecutable() {