Home
last modified time | relevance | path

Searched refs:IsDepInSameApex (Results 1 – 4 of 4) sorted by relevance

/build/soong/apex/
Dprebuilt.go352 if !android.IsDepInSameApex(mctx, parent, child) {
570 if !android.IsDepInSameApex(ctx, parent, child) {
Dapex.go867 if !android.IsDepInSameApex(mctx, parent, child) {
1019 if !android.IsDepInSameApex(mctx, am, child) {
1882 if !android.IsDepInSameApex(ctx, am, am) {
/build/soong/sdk/
Dsdk.go487 if dep, ok := m.(android.SdkAware); ok && android.IsDepInSameApex(mctx, parent, dep) {
/build/soong/android/
Dapex.go153 func IsDepInSameApex(ctx BaseModuleContext, module, dep Module) bool { func