Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go141 type DepIsInSameApex interface { interface
150 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool methodSpec
421 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { func
/build/soong/java/
Dapp_import.go390 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
Dbootclasspath_fragment.go348 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… func
Daar.go844 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
Dapp.go870 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
Djava.go1429 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/build/soong/rust/
Drust.go1309 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
/build/soong/apex/
Dapex.go1226 func (a *apexBundle) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func