Home
last modified time | relevance | path

Searched refs:WalkDepsBlueprint (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dmodule.go133 WalkDepsBlueprint(visit func(blueprint.Module, blueprint.Module) bool) methodSpec
1807 func (b *baseModuleContext) WalkDepsBlueprint(visit func(blueprint.Module, blueprint.Module) bool) { func
/build/soong/apex/
Dapex.go2023 ctx.WalkDepsBlueprint(func(child, parent blueprint.Module) bool {