• Home
  • Raw
  • Download

Lines Matching defs:binaryDecorator

85 type binaryDecorator struct {  struct
86 *baseLinker
87 *baseInstaller
88 stripper Stripper
90 Properties BinaryLinkerProperties
92 toolPath android.OptionalPath
95 unstrippedOutputFile android.Path
98 symlinks []string
102 preferredArchSymlink string
105 coverageOutputFile android.OptionalPath
108 distFiles android.TaggedDistFiles
112 postInstallCmds []string
119 func (binary *binaryDecorator) linkerProps() []interface{} {
130 func (binary *binaryDecorator) getStemWithoutSuffix(ctx BaseModuleContext) string {
141 func (binary *binaryDecorator) getStem(ctx BaseModuleContext) string {
147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
193 func (binary *binaryDecorator) isDependencyRoot() bool {
220 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) {
237 func (binary *binaryDecorator) static() bool {
241 func (binary *binaryDecorator) staticBinary() bool {
245 func (binary *binaryDecorator) binary() bool {
252 func (binary *binaryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
339 func (binary *binaryDecorator) link(ctx ModuleContext,
461 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path {
465 func (binary *binaryDecorator) symlinkList() []string {
469 func (binary *binaryDecorator) nativeCoverage() bool {
473 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath {
478 func (binary *binaryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) {
492 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) {
530 func (binary *binaryDecorator) hostToolPath() android.OptionalPath {
544 …jectHostBionicLinkerSymbols(ctx ModuleContext, in, linker android.Path, out android.WritablePath) {