Home
last modified time | relevance | path

Searched refs:DepIsInSameApex (Results 1 – 8 of 8) sorted by relevance

/build/soong/android/
Dapex.go141 type DepIsInSameApex interface { interface
150 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool methodSpec
160 return module.(DepIsInSameApex).DepIsInSameApex(ctx, dep)
178 DepIsInSameApex
421 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { func
938 if am, ok := from.(DepIsInSameApex); ok && !am.DepIsInSameApex(ctx, to) {
/build/soong/sdk/
Dsdk.go473 android.DepIsInSameApex
566 if !m.DepIsInSameApex(mctx, dep) && !requiredSdks.Contains(sa.ContainingSdk()) {
/build/soong/apex/
Dapex.go1223 var _ android.DepIsInSameApex = (*apexBundle)(nil)
1226 func (a *apexBundle) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
2283 if am, ok := from.(android.DepIsInSameApex); ok && !am.DepIsInSameApex(ctx, to) {
2370 if am, ok := from.(android.DepIsInSameApex); ok && !am.DepIsInSameApex(ctx, to) {
/build/soong/java/
Dapp.go801 isExternal := !a.DepIsInSameApex(ctx, child)
870 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
874 return a.Library.DepIsInSameApex(ctx, dep)
Dapp_import.go390 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
Dbootclasspath_fragment.go348 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
Djava.go1429 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/build/soong/rust/
Drust.go1309 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func