Lines Matching defs:binaryDecorator
32 type binaryDecorator struct { struct
33 *baseCompiler
35 Properties BinaryCompilerProperties
63 func (binary *binaryDecorator) preferDynamic() bool {
67 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
85 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
97 func (binary *binaryDecorator) compilerProps() []interface{} {
102 func (binary *binaryDecorator) nativeCoverage() bool {
106 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
131 func (binary *binaryDecorator) coverageOutputZipPath() android.OptionalPath {
135 func (binary *binaryDecorator) autoDep() autoDep {