Lines Matching refs:binaryDecorator
83 type binaryDecorator struct { struct
107 var _ linker = (*binaryDecorator)(nil)
109 func (binary *binaryDecorator) linkerProps() []interface{} { argument
116 func (binary *binaryDecorator) getStemWithoutSuffix(ctx BaseModuleContext) string { argument
125 func (binary *binaryDecorator) getStem(ctx BaseModuleContext) string { argument
129 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
190 func (binary *binaryDecorator) isDependencyRoot() bool { argument
194 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
196 binary := &binaryDecorator{
211 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) { argument
226 func (binary *binaryDecorator) static() bool { argument
230 func (binary *binaryDecorator) staticBinary() bool { argument
234 func (binary *binaryDecorator) binary() bool { argument
238 func (binary *binaryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
321 func (binary *binaryDecorator) link(ctx ModuleContext, argument
434 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path { argument
438 func (binary *binaryDecorator) symlinkList() []string { argument
442 func (binary *binaryDecorator) nativeCoverage() bool { argument
446 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath { argument
451 func (binary *binaryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) { argument
465 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { argument
486 func (binary *binaryDecorator) hostToolPath() android.OptionalPath { argument
500 func (binary *binaryDecorator) injectHostBionicLinkerSymbols(ctx ModuleContext, in, linker android.… argument