Home
last modified time | relevance | path

Searched refs:GetDirectDepWithTag (Results 1 – 8 of 8) sorted by relevance

/build/soong/rust/
Dcoverage.go54 coverage := ctx.GetDirectDepWithTag(CovLibraryName, cc.CoverageDepTag).(cc.LinkableInterface)
/build/soong/cc/
Dcoverage.go137 coverage := ctx.GetDirectDepWithTag(getGcovProfileLibraryName(ctx), CoverageDepTag).(*Module)
144 coverage := ctx.GetDirectDepWithTag(getClangProfileLibraryName(ctx), CoverageDepTag).(*Module)
/build/soong/android/
Dpath_properties_test.go55 if ctx.GetDirectDepWithTag(SrcIsModule(p.props.Foo), sourceOrOutputDepTag("")) == nil {
Dmodule.go121 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
Dpaths.go331 module := ctx.GetDirectDepWithTag(m, sourceOrOutputDepTag(t))
396 module := ctx.GetDirectDepWithTag(m, sourceOrOutputDepTag(t))
/build/soong/java/
Drobolectric.go178 runtimes := ctx.GetDirectDepWithTag("robolectric-android-all-prebuilts", roboRuntimesTag)
375 runtimeFromSourceModule := ctx.GetDirectDepWithTag(String(r.props.Lib), libTag)
/build/blueprint/
Dmodule_ctx.go198 GetDirectDepWithTag(name string, tag DependencyTag) Module methodSpec
536 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module { func
/build/soong/dexpreopt/
Dconfig.go355 dex2oatModule := ctx.GetDirectDepWithTag(dex2oatBin, dex2oatDepTag)