Lines Matching refs:binaryDecorator
85 type binaryDecorator struct { struct
115 var _ linker = (*binaryDecorator)(nil)
119 func (binary *binaryDecorator) linkerProps() []interface{} { argument
130 func (binary *binaryDecorator) getStemWithoutSuffix(ctx BaseModuleContext) string { argument
141 func (binary *binaryDecorator) getStem(ctx BaseModuleContext) string { argument
147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { argument
193 func (binary *binaryDecorator) isDependencyRoot() bool { argument
201 func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
203 binary := &binaryDecorator{
220 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) { argument
237 func (binary *binaryDecorator) static() bool { argument
241 func (binary *binaryDecorator) staticBinary() bool { argument
245 func (binary *binaryDecorator) binary() bool { argument
252 func (binary *binaryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
339 func (binary *binaryDecorator) link(ctx ModuleContext, argument
461 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path { argument
465 func (binary *binaryDecorator) symlinkList() []string { argument
469 func (binary *binaryDecorator) nativeCoverage() bool { argument
473 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath { argument
478 func (binary *binaryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) { argument
492 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { argument
530 func (binary *binaryDecorator) hostToolPath() android.OptionalPath { argument
544 func (binary *binaryDecorator) injectHostBionicLinkerSymbols(ctx ModuleContext, in, linker android.… argument