Searched defs:fuzzBinary (Results 1 – 2 of 2) sorted by relevance
101 type fuzzBinary struct { struct102 *binaryDecorator103 *baseCompiler104 fuzzPackagedModule fuzz.FuzzPackagedModule105 installedSharedDeps []string106 sharedLibraries android.Paths109 func (fuzz *fuzzBinary) fuzzBinary() bool { func113 func (fuzz *fuzzBinary) linkerProps() []interface{} {120 func (fuzz *fuzzBinary) linkerInit(ctx BaseModuleContext) {124 func (fuzzBin *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {[all …]
3621 func (c *Module) fuzzBinary() bool { func