Searched refs:GetDirectDepWithTag (Results 1 – 8 of 8) sorted by relevance
/build/soong/rust/ |
D | coverage.go | 54 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
|
/build/soong/cc/ |
D | coverage.go | 137 coverage := ctx.GetDirectDepWithTag(getGcovProfileLibraryName(ctx), CoverageDepTag).(*Module) 144 coverage := ctx.GetDirectDepWithTag(getClangProfileLibraryName(ctx), CoverageDepTag).(*Module)
|
/build/soong/android/ |
D | path_properties_test.go | 55 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
|
D | module.go | 121 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module methodSpec 1521 func (b *baseModuleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint… func 1522 return b.bp.GetDirectDepWithTag(name, tag) 1736 func (m *moduleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Mod… func
|
D | paths.go | 331 module := ctx.GetDirectDepWithTag(m, sourceOrOutputDepTag(t)) 396 module := ctx.GetDirectDepWithTag(m, sourceOrOutputDepTag(t))
|
/build/soong/java/ |
D | robolectric.go | 178 runtimes := ctx.GetDirectDepWithTag("robolectric-android-all-prebuilts", roboRuntimesTag) 375 runtimeFromSourceModule := ctx.GetDirectDepWithTag(String(r.props.Lib), libTag)
|
/build/blueprint/ |
D | module_ctx.go | 198 GetDirectDepWithTag(name string, tag DependencyTag) Module methodSpec 536 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module { func
|
/build/soong/dexpreopt/ |
D | config.go | 355 dex2oatModule := ctx.GetDirectDepWithTag(dex2oatBin, dex2oatDepTag)
|