Searched defs:DepIsInSameApex (Results 1 – 12 of 12) sorted by relevance
| /build/soong/android/ |
| D | apex.go | 151 type DepIsInSameApex interface { interface 160 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool methodSpec 440 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { func
|
| /build/soong/java/ |
| D | app_import.go | 406 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
|
| D | bootclasspath_fragment.go | 435 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
|
| D | aar.go | 979 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
| D | sdk_library.go | 1766 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool { func 2396 func (module *SdkLibraryImport) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module)… func
|
| D | base.go | 1852 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
| D | app.go | 918 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
| D | java.go | 2288 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
| /build/soong/apex/ |
| D | prebuilt.go | 343 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
| D | apex.go | 1460 func (a *apexBundle) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
|
| /build/soong/rust/ |
| D | rust.go | 1707 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
| /build/soong/cc/ |
| D | cc.go | 3783 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|