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 NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
197 func newBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
199 binary := &binaryDecorator{
216 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) { argument
233 func (binary *binaryDecorator) static() bool { argument
237 func (binary *binaryDecorator) staticBinary() bool { argument
241 func (binary *binaryDecorator) binary() bool { argument
248 func (binary *binaryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags { argument
335 func (binary *binaryDecorator) link(ctx ModuleContext, argument
449 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path { argument
453 func (binary *binaryDecorator) strippedAllOutputFilePath() android.Path { argument
457 func (binary *binaryDecorator) setSymlinkList(ctx ModuleContext) { argument
476 func (binary *binaryDecorator) symlinkList() []string { argument
480 func (binary *binaryDecorator) nativeCoverage() bool { argument
484 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath { argument
489 func (binary *binaryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) { argument
503 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) { argument
541 func (binary *binaryDecorator) hostToolPath() android.OptionalPath { argument
545 func (binary *binaryDecorator) overriddenModules() []string { argument
549 func (binary *binaryDecorator) moduleInfoJSON(ctx ModuleContext, moduleInfoJSON *android.ModuleInfo… argument
554 var _ overridable = (*binaryDecorator)(nil)
566 func (binary *binaryDecorator) verifyHostBionicLinker(ctx ModuleContext, in, linker android.Path, o… argument