Lines Matching defs:fuzzDecorator
32 type fuzzDecorator struct { struct
33 *binaryDecorator
35 Properties cc.FuzzProperties
36 dictionary android.Path
37 corpus android.Paths
38 corpusIntermediateDir android.Path
39 config android.Path
40 data android.Paths
41 dataIntermediateDir android.Path
67 func (fuzzer *fuzzDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
77 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
89 func (fuzzer *fuzzDecorator) compilerProps() []interface{} {
94 func (fuzzer *fuzzDecorator) stdLinkage(ctx *depsContext) RustLinkage {
98 func (fuzzer *fuzzDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
285 func (fuzz *fuzzDecorator) install(ctx ModuleContext) {