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
603 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module { func
/build/soong/android/
Dpaths.go91 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module methodSpec