Searched refs:IsDepInSameApex (Results 1 – 4 of 4) sorted by relevance
/build/soong/apex/ |
D | prebuilt.go | 352 if !android.IsDepInSameApex(mctx, parent, child) { 570 if !android.IsDepInSameApex(ctx, parent, child) {
|
D | apex.go | 867 if !android.IsDepInSameApex(mctx, parent, child) { 1019 if !android.IsDepInSameApex(mctx, am, child) { 1882 if !android.IsDepInSameApex(ctx, am, am) {
|
/build/soong/sdk/ |
D | sdk.go | 487 if dep, ok := m.(android.SdkAware); ok && android.IsDepInSameApex(mctx, parent, dep) {
|
/build/soong/android/ |
D | apex.go | 153 func IsDepInSameApex(ctx BaseModuleContext, module, dep Module) bool { func
|