Lines Matching defs:Args
33 type Args struct { struct
34 ModuleListFile string
35 OutFile string
37 EmptyNinjaFile bool
39 NoGC bool
40 Cpuprofile string
41 Memprofile string
42 TraceFile string
45 ModuleDebugFile string
46 IncrementalBuildActions bool
67 func RunBlueprint(args Args, stopBefore StopBefore, ctx *blueprint.Context, config interface{}) ([]…