• Home
  • Raw
  • Download

Lines Matching defs:binaryDecorator

90 type binaryDecorator struct {  struct
91 *baseLinker
92 *baseInstaller
93 stripper Stripper
95 Properties BinaryLinkerProperties
97 toolPath android.OptionalPath
100 unstrippedOutputFile android.Path
103 symlinks []string
107 preferredArchSymlink string
110 coverageOutputFile android.OptionalPath
113 distFiles android.TaggedDistFiles
117 postInstallCmds []string
124 func (binary *binaryDecorator) linkerProps() []interface{} {
135 func (binary *binaryDecorator) getStemWithoutSuffix(ctx BaseModuleContext) string {
146 func (binary *binaryDecorator) getStem(ctx BaseModuleContext) string {
152 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
222 func (binary *binaryDecorator) linkerInit(ctx BaseModuleContext) {
239 func (binary *binaryDecorator) static() bool {
243 func (binary *binaryDecorator) staticBinary() bool {
247 func (binary *binaryDecorator) binary() bool {
254 func (binary *binaryDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
341 func (binary *binaryDecorator) link(ctx ModuleContext,
451 func (binary *binaryDecorator) unstrippedOutputFilePath() android.Path {
455 func (binary *binaryDecorator) setSymlinkList(ctx ModuleContext) {
474 func (binary *binaryDecorator) symlinkList() []string {
478 func (binary *binaryDecorator) nativeCoverage() bool {
482 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath {
487 func (binary *binaryDecorator) installSymlinkToRuntimeApex(ctx ModuleContext, file android.Path) {
501 func (binary *binaryDecorator) install(ctx ModuleContext, file android.Path) {
539 func (binary *binaryDecorator) hostToolPath() android.OptionalPath {
543 func (binary *binaryDecorator) overriddenModules() []string {
559 …tor) verifyHostBionicLinker(ctx ModuleContext, in, linker android.Path, out android.WritablePath) {