Searched defs:DepIsInSameApex (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | apex.go | 148 type DepIsInSameApex interface { interface 157 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool methodSpec 389 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { func
|
/aosp_15_r20/build/soong/java/ |
H A D | app_import.go | 541 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
|
H A D | sdk_library.go | 1639 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool { func 2062 func (module *SdkLibraryImport) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module)… func
|
H A D | bootclasspath_fragment.go | 396 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
|
H A D | aar.go | 1606 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | app.go | 1289 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | base.go | 2209 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | java.go | 2962 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
/aosp_15_r20/build/soong/apex/ |
H A D | prebuilt.go | 277 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | apex.go | 1231 func (a *apexBundle) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
|
/aosp_15_r20/build/soong/rust/ |
H A D | rust.go | 1827 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
/aosp_15_r20/build/soong/cc/ |
H A D | cc.go | 3742 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|