Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dstl.go22 func getNdkStlFamily(m LinkableInterface) string {
27 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
H A Dsnapshot_prebuilt.go128 func (vendorSnapshotImage) inImage(m LinkableInterface) func() bool {
132 func (vendorSnapshotImage) private(m LinkableInterface) bool {
162 func (vendorSnapshotImage) excludeFromSnapshot(m LinkableInterface) bool {
209 func (recoverySnapshotImage) inImage(m LinkableInterface) func() bool {
214 func (recoverySnapshotImage) private(m LinkableInterface) bool {
227 func (recoverySnapshotImage) excludeFromSnapshot(m LinkableInterface) bool {
H A Dlinkable.go102 type LinkableInterface interface { interface
256 func GetImageVariantType(c LinkableInterface) ImageVariantType {
H A Dsnapshot_utils.go103 func ShouldCollectHeadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo andro…
H A Dvendor_snapshot.go150 func isSnapshotAware(cfg android.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInf…
H A 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 {
H A Dvndk.go595 func isVndkSnapshotAware(config android.DeviceConfig, m LinkableInterface,
H A Dsanitize.go1384 func (s *sanitizerStaticLibsMap) add(c LinkableInterface, name string) {