Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go23 func getNdkStlFamily(m LinkableInterface) string {
38 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
Dvendor_snapshot.go37 func isPrivate(image snapshot.SnapshotImage, m LinkableInterface) bool {
55 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf…
Dsnapshot_utils.go107 func ShouldCollectHeadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo andro…
Dcc.go1803 func getNameSuffixWithVndkVersion(ctx android.ModuleContext, c LinkableInterface) string {
1831 func GetSubnameProperty(actx android.ModuleContext, c LinkableInterface) string {
2268 m LinkableInterface) []blueprint.Variation {
2299 func AddSharedLibDependenciesWithVersions(ctx android.BottomUpMutatorContext, mod LinkableInterface,
2321 func GetApiImports(c LinkableInterface, actx android.BottomUpMutatorContext) multitree.ApiImportInf…
2339 func GetSnapshot(c LinkableInterface, snapshotInfo **SnapshotInfo, actx android.BottomUpMutatorCont…
2391 func RewriteLibs(c LinkableInterface, snapshotInfo **SnapshotInfo, actx android.BottomUpMutatorCont…
2412 func rewriteLibsForApiImports(c LinkableInterface, libs []string, replaceList map[string]string, co…
2699 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface,
3474 func MakeLibName(ctx android.ModuleContext, c LinkableInterface, ccDep LinkableInterface, depName s…
[all …]
Dlinkable.go95 type LinkableInterface interface { interface
287 func GetImageVariantType(c LinkableInterface) ImageVariantType {
Dfuzz.go456 func GetSharedLibsToZip(sharedLibraries android.Paths, module LinkableInterface, s *fuzz.FuzzPackag…
Dvndk.go598 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,
/build/soong/rust/
Drust.go1120 func rustMakeLibName(ctx android.ModuleContext, c cc.LinkableInterface, dep cc.LinkableInterface, d…