Home
last modified time | relevance | path

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

/build/soong/rust/
Dfuzz.go32 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 {
[all …]