Searched defs:binaryDecorator (Results 1 – 5 of 5) sorted by relevance
76 type binaryDecorator struct { struct77 *baseLinker78 *baseInstaller79 stripper81 Properties BinaryLinkerProperties83 toolPath android.OptionalPath86 unstrippedOutputFile android.Path89 symlinks []string92 coverageOutputFile android.OptionalPath95 distFile android.OptionalPath[all …]
244 *binaryDecorator anonMember377 *binaryDecorator anonMember
181 *binaryDecorator anonMember
52 type binaryDecorator struct { struct53 binaryProperties BinaryProperties55 *pythonInstaller82 func (binary *binaryDecorator) autorun() bool {86 func (binary *binaryDecorator) bootstrapperProps() []interface{} {90 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,120 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,137 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,156 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
40 *binaryDecorator anonMember