Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go41 type DepIsInSameApex interface { interface
44 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool methodSpec
240 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { func
/build/soong/java/
Daar.go761 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
Dsdk_library.go1334 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool { func
1892 func (module *SdkLibraryImport) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module)… func
Dapp.go954 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
1585 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
Djava.go1925 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
2721 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/build/soong/apex/
Dapex.go1486 func (a *apexBundle) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/build/soong/cc/
Dcc.go2878 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func