Searched defs:binaryDecorator (Results 1 – 11 of 11) sorted by relevance
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) android.Path {[all …]
34 *binaryDecorator anonMember
47 *binaryDecorator anonMember
79 *binaryDecorator anonMember
88 type binaryDecorator struct { struct89 *baseLinker90 *baseInstaller91 stripper Stripper93 Properties BinaryLinkerProperties95 toolPath android.OptionalPath98 unstrippedOutputFile android.Path101 symlinks []string105 preferredArchSymlink string108 coverageOutputFile android.OptionalPath[all …]
337 *binaryDecorator anonMember570 *binaryDecorator anonMember
568 *binaryDecorator anonMember
647 *binaryDecorator anonMember
119 type binaryDecorator struct { struct120 binaryProperties BinaryProperties122 *pythonInstaller151 func (binary *binaryDecorator) autorun() bool {155 func (binary *binaryDecorator) bootstrapperProps() []interface{} {159 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,189 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,206 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,225 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
62 *binaryDecorator anonMember