Home
last modified time | relevance | path

Searched defs:LinkableInterface (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dstl.go23 func getNdkStlFamily(m LinkableInterface) string {
38 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
H A Dcc.go1790 func getNameSuffixWithVndkVersion(ctx android.ModuleContext, c LinkableInterface) string {
1812 func GetSubnameProperty(actx android.ModuleContext, c LinkableInterface) string {
2387 m LinkableInterface) []blueprint.Variation {
2418 func AddSharedLibDependenciesWithVersions(ctx android.BottomUpMutatorContext, mod LinkableInterface,
2469 func FilterNdkLibs(c LinkableInterface, config android.Config, list []string) (nonvariantLibs []str…
2486 func rewriteLibsForApiImports(c LinkableInterface, libs []string, replaceList map[string]string, co…
2755 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface,
3464 func MakeLibName(ctx android.ModuleContext, c LinkableInterface, ccDep LinkableInterface, depName s…
3641 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string {
3706 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {
H A Dlinkable.go67 type LinkableInterface interface { interface
269 func GetImageVariantType(c LinkableInterface) ImageVariantType {
H A Dfuzz.go558 func GetSharedLibsToZip(sharedLibraries android.RuleBuilderInstalls, module LinkableInterface, s *f…
/aosp_15_r20/build/soong/rust/
H A Drust.go1187 func rustMakeLibName(ctx android.ModuleContext, c cc.LinkableInterface, dep cc.LinkableInterface, d…