Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go23 func getNdkStlFamily(m LinkableInterface) string {
28 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…
Dfuzz.go366 func GetSharedLibsToZip(sharedLibraries android.Paths, module LinkableInterface, s *fuzz.FuzzPackag…
Dcc.go1713 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 {
Dlinkable.go101 type LinkableInterface interface { interface
267 func GetImageVariantType(c LinkableInterface) ImageVariantType {
Dvndk.go590 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,