Searched defs:binaryDecorator (Results 1 – 11 of 11) 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 …]
327 *binaryDecorator anonMember547 *binaryDecorator anonMember
94 *binaryDecorator anonMember
412 *binaryDecorator anonMember
770 *binaryDecorator anonMember
34 type binaryDecorator struct { struct35 *baseCompiler36 stripper Stripper38 Properties BinaryCompilerProperties66 func (binary *binaryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {86 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {102 func (binary *binaryDecorator) compilerProps() []interface{} {108 func (binary *binaryDecorator) nativeCoverage() bool {112 func (binary *binaryDecorator) preferRlib() bool {116 func (binary *binaryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {[all …]
47 *binaryDecorator anonMember
68 *binaryDecorator anonMember
33 *binaryDecorator anonMember
146 type binaryDecorator struct { struct147 binaryProperties BinaryProperties149 *pythonInstaller178 func (binary *binaryDecorator) autorun() bool {182 func (binary *binaryDecorator) bootstrapperProps() []interface{} {186 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,216 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,233 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,252 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
60 *binaryDecorator anonMember