Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go23 func getNdkStlFamily(m LinkableInterface) string {
38 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
Dlinkable.go94 type LinkableInterface interface { interface
285 func GetImageVariantType(c LinkableInterface) ImageVariantType {
Dcc.go1486 func CanUseSdk(c LinkableInterface) bool {
1990 func getNameSuffixWithVndkVersion(ctx android.ModuleContext, c LinkableInterface) string {
2012 func GetSubnameProperty(actx android.ModuleContext, c LinkableInterface) string {
2781 m LinkableInterface) []blueprint.Variation {
2812 func AddSharedLibDependenciesWithVersions(ctx android.BottomUpMutatorContext, mod LinkableInterface,
2866 func FilterNdkLibs(c LinkableInterface, config android.Config, list []string) (nonvariantLibs []str…
2883 func rewriteLibsForApiImports(c LinkableInterface, libs []string, replaceList map[string]string, co…
3152 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface,
4069 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string {
4139 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {