Home
last modified time | relevance | path

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

/build/soong/genrule/
Dgenrule.go111 taskGenerator taskFunc
125 type taskFunc func(ctx android.ModuleContext, rawCommand string, srcFiles android.Paths) generateTa… type
462 func generatorFactory(taskGenerator taskFunc, props ...interface{}) *Module { argument