Searched defs:fuzzDecorator (Results 1 – 1 of 1) sorted by relevance
32 type fuzzDecorator struct { struct33 *binaryDecorator35 Properties cc.FuzzProperties36 dictionary android.Path37 corpus android.Paths38 corpusIntermediateDir android.Path39 config android.Path40 data android.Paths41 dataIntermediateDir android.Path67 func (fuzzer *fuzzDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {[all …]