Searched defs:binaryDecorator (Results 1 – 9 of 9) sorted by relevance
83 type binaryDecorator struct { struct84 *baseLinker85 *baseInstaller86 stripper88 Properties BinaryLinkerProperties90 toolPath android.OptionalPath93 unstrippedOutputFile android.Path96 symlinks []string99 coverageOutputFile android.OptionalPath102 distFiles android.TaggedDistFiles[all …]
310 *binaryDecorator anonMember508 *binaryDecorator anonMember
329 *binaryDecorator anonMember
83 *binaryDecorator anonMember
286 *binaryDecorator anonMember
32 type binaryDecorator struct { struct33 *baseCompiler35 Properties BinaryCompilerProperties63 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 {[all …]
50 *binaryDecorator anonMember
57 type binaryDecorator struct { struct58 binaryProperties BinaryProperties60 *pythonInstaller87 func (binary *binaryDecorator) autorun() bool {91 func (binary *binaryDecorator) bootstrapperProps() []interface{} {95 func (binary *binaryDecorator) bootstrap(ctx android.ModuleContext, actualVersion string,125 func (binary *binaryDecorator) getHostInterpreterName(ctx android.ModuleContext,142 func (binary *binaryDecorator) getPyMainFile(ctx android.ModuleContext,161 func (binary *binaryDecorator) getStem(ctx android.ModuleContext) string {
40 *binaryDecorator anonMember