Home
last modified time | relevance | path

Searched defs:GetDirectDepWithTag (Results 1 – 2 of 2) sorted by relevance

/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/android/
Dmodule.go121 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module methodSpec
1521 func (b *baseModuleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint… func
1736 func (m *moduleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Mod… func