Searched defs:binaryDecorator (Results 1 – 8 of 8) sorted by relevance
85 type binaryDecorator struct { struct86 *baseLinker87 *baseInstaller88 stripper Stripper90 Properties BinaryLinkerProperties92 toolPath android.OptionalPath95 unstrippedOutputFile android.Path98 symlinks []string102 preferredArchSymlink string105 coverageOutputFile android.OptionalPath[all …]
270 *binaryDecorator anonMember566 *binaryDecorator anonMember
142 *binaryDecorator anonMember
424 *binaryDecorator anonMember
40 type binaryDecorator struct { struct41 *baseCompiler42 stripper Stripper44 Properties BinaryCompilerProperties72 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {92 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {117 func (binary *binaryDecorator) compilerProps() []interface{} {123 func (binary *binaryDecorator) nativeCoverage() bool {127 func (binary *binaryDecorator) preferRlib() bool {131 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput {[all …]
31 *binaryDecorator anonMember
47 *binaryDecorator anonMember
78 *binaryDecorator anonMember