Lines Matching defs:binaryDecorator

83 type binaryDecorator struct {  struct
84 *baseLinker
85 *baseInstaller
86 stripper
88 Properties BinaryLinkerProperties
90 toolPath android.OptionalPath
93 unstrippedOutputFile android.Path
96 symlinks []string
99 coverageOutputFile android.OptionalPath
102 distFiles android.TaggedDistFiles
104 post_install_cmds []string
109 func (binary *binaryDecorator) linkerProps() []interface{} {
116 func (binary *binaryDecorator) getStemWithoutSuffix(ctx BaseModuleContext) string {
125 func (binary *binaryDecorator) getStem(ctx BaseModuleContext) string {
129 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
190 func (binary *binaryDecorator) isDependencyRoot() bool {
211 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) {
226 func (binary *binaryDecorator) static() bool {
230 func (binary *binaryDecorator) staticBinary() bool {
234 func (binary *binaryDecorator) binary() bool {
238 func (binary *binaryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
321 func (binary *binaryDecorator) link(ctx ModuleContext,
434 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path {
438 func (binary *binaryDecorator) symlinkList() []string {
442 func (binary *binaryDecorator) nativeCoverage() bool {
446 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath {
451 func (binary *binaryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) {
465 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) {
486 func (binary *binaryDecorator) hostToolPath() android.OptionalPath {
500 …jectHostBionicLinkerSymbols(ctx ModuleContext, in, linker android.Path, out android.WritablePath) {