Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dapex.go148 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 Dapp_import.go541 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
H A Dsdk_library.go1639 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 Dbootclasspath_fragment.go396 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
H A Daar.go1606 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
H A Dapp.go1289 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
H A Dbase.go2209 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
H A Djava.go2962 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/aosp_15_r20/build/soong/apex/
H A Dprebuilt.go277 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
H A Dapex.go1231 func (a *apexBundle) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
/aosp_15_r20/build/soong/rust/
H A Drust.go1827 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/aosp_15_r20/build/soong/cc/
H A Dcc.go3742 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func