Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go151 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/
Dapp_import.go406 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
Dbootclasspath_fragment.go435 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
Daar.go979 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
Dsdk_library.go1766 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool { func
2396 func (module *SdkLibraryImport) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module)… func
Dbase.go1852 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
Dapp.go918 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
Djava.go2288 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/build/soong/apex/
Dprebuilt.go343 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
Dapex.go1460 func (a *apexBundle) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
/build/soong/rust/
Drust.go1707 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/build/soong/cc/
Dcc.go3783 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func