Lines Matching defs:fuzzBinary
93 type fuzzBinary struct { struct
94 *binaryDecorator
95 *baseCompiler
97 Properties FuzzProperties
98 dictionary android.Path
99 corpus android.Paths
100 corpusIntermediateDir android.Path
101 config android.Path
102 data android.Paths
103 dataIntermediateDir android.Path
104 installedSharedDeps []string
107 func (fuzz *fuzzBinary) linkerProps() []interface{} {
113 func (fuzz *fuzzBinary) linkerInit(ctx BaseModuleContext) {
117 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
124 func (fuzz *fuzzBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
253 func (fuzz *fuzzBinary) install(ctx ModuleContext, file android.Path) {