Home
last modified time | relevance | path

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

/build/soong/cc/
Dstl.go22 func getNdkStlFamily(m LinkableInterface) string {
27 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
Dsnapshot_utils.go103 func ShouldCollectHeadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo andro…
Dlinkable.go102 type LinkableInterface interface { interface
256 func GetImageVariantType(c LinkableInterface) ImageVariantType {
Dvendor_snapshot.go150 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf…
Dsnapshot_prebuilt.go38 inImage(m LinkableInterface) func() bool
43 private(m LinkableInterface) bool
59 excludeFromSnapshot(m LinkableInterface) bool
Dcc.go1964 m LinkableInterface) []blueprint.Variation {
2283 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface,
2938 func MakeLibName(ctx android.ModuleContext, c LinkableInterface, ccDep LinkableInterface, depName s…
3091 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string {
3178 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {
Dvndk.go595 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,