Lines Matching refs:ShBinary
93 type ShBinary struct { struct
103 var _ android.HostToolProvider = (*ShBinary)(nil)
106 ShBinary anonMember
116 func (s *ShBinary) HostToolPath() android.OptionalPath { argument
120 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) { argument
126 func (s *ShBinary) OutputFile() android.OutputPath { argument
130 func (s *ShBinary) SubDir() string { argument
134 func (s *ShBinary) Installable() bool { argument
138 func (s *ShBinary) Symlinks() []string { argument
142 func (s *ShBinary) generateAndroidBuildActions(ctx android.ModuleContext) { argument
167 func (s *ShBinary) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
173 func (s *ShBinary) AndroidMkEntries() []android.AndroidMkEntries { argument
187 func (s *ShBinary) customAndroidMkEntries(entries *android.AndroidMkEntries) { argument
196 s.ShBinary.generateAndroidBuildActions(ctx)
259 func InitShBinaryModule(s *ShBinary) { argument
266 module := &ShBinary{}
275 module := &ShBinary{}
284 InitShBinaryModule(&module.ShBinary)
294 InitShBinaryModule(&module.ShBinary)