Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dapex.go141 type DepIsInSameApex interface { interface
150 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool
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) {
/aosp12/build/soong/sdk/
H A Dsdk.go473 android.DepIsInSameApex
566 if !m.DepIsInSameApex(mctx, dep) && !requiredSdks.Contains(sa.ContainingSdk()) {
/aosp12/build/soong/apex/
H A 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) {
H A Dprebuilt.go311 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/aosp12/build/soong/java/
H A 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)
H A Dapp_import.go390 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
H A Dsdk_library.go1558 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool { func
1563 return module.Library.DepIsInSameApex(mctx, dep)
2113 func (module *SdkLibraryImport) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module)… func
H A Dbootclasspath_fragment.go348 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
H A Djava.go1429 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
H A Dbase.go1471 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/aosp12/build/soong/rust/
H A Drust.go1309 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/aosp12/build/soong/cc/
H A Dcc.go3214 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func