Searched defs:LinkableInterface (Results 1 – 7 of 7) sorted by relevance
/build/soong/cc/ |
D | stl.go | 23 func getNdkStlFamily(m LinkableInterface) string { 28 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
|
D | vendor_snapshot.go | 37 func isPrivate(image snapshot.SnapshotImage, m LinkableInterface) bool { 55 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf…
|
D | snapshot_utils.go | 107 func ShouldCollectHeadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo andro…
|
D | fuzz.go | 366 func GetSharedLibsToZip(sharedLibraries android.Paths, module LinkableInterface, s *fuzz.FuzzPackag…
|
D | cc.go | 1713 func getNameSuffixWithVndkVersion(ctx android.ModuleContext, c LinkableInterface) string { 1741 func GetSubnameProperty(actx android.ModuleContext, c LinkableInterface) string { 2090 m LinkableInterface) []blueprint.Variation { 2114 func AddSharedLibDependenciesWithVersions(ctx android.BottomUpMutatorContext, mod LinkableInterface, 2136 func GetSnapshot(c LinkableInterface, snapshotInfo **SnapshotInfo, actx android.BottomUpMutatorCont… 2183 func RewriteLibs(c LinkableInterface, snapshotInfo **SnapshotInfo, actx android.BottomUpMutatorCont… 2422 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface, 3113 func MakeLibName(ctx android.ModuleContext, c LinkableInterface, ccDep LinkableInterface, depName s… 3291 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string { 3373 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {
|
D | linkable.go | 101 type LinkableInterface interface { interface 267 func GetImageVariantType(c LinkableInterface) ImageVariantType {
|
D | vndk.go | 590 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,
|