Home
last modified time | relevance | path

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

/build/soong/android/
Dregister.go36 type mutator struct { struct
37 name string
38 bottomUpMutator blueprint.BottomUpMutator
39 topDownMutator blueprint.TopDownMutator
40 parallel bool
Dmutator.go30 func registerMutatorsToContext(ctx *blueprint.Context, mutators []*mutator) {