Searched defs:DepIsInSameApex (Results 1 – 12 of 12) sorted by relevance
/aosp12/build/soong/android/ |
H A D | apex.go | 141 type DepIsInSameApex interface { interface 421 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { func
|
/aosp12/build/soong/java/ |
H A D | app_import.go | 390 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
|
H A D | bootclasspath_fragment.go | 348 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
|
H A D | aar.go | 844 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | sdk_library.go | 1558 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool { func 2113 func (module *SdkLibraryImport) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module)… func
|
H A D | app.go | 870 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | base.go | 1471 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | java.go | 1429 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
/aosp12/build/soong/apex/ |
H A D | prebuilt.go | 311 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
H A D | apex.go | 1226 func (a *apexBundle) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
/aosp12/build/soong/rust/ |
H A D | rust.go | 1309 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
/aosp12/build/soong/cc/ |
H A D | cc.go | 3214 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|