Lines Matching defs:ShBinary
93 type ShBinary struct { struct
94 android.ModuleBase
96 properties shBinaryProperties
98 sourceFilePath android.Path
99 outputFilePath android.OutputPath
100 installedFile android.InstallPath
106 ShBinary anonMember
116 func (s *ShBinary) HostToolPath() android.OptionalPath {
120 func (s *ShBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
126 func (s *ShBinary) OutputFile() android.OutputPath {
130 func (s *ShBinary) SubDir() string {
134 func (s *ShBinary) Installable() bool {
138 func (s *ShBinary) Symlinks() []string {
142 func (s *ShBinary) generateAndroidBuildActions(ctx android.ModuleContext) {
167 func (s *ShBinary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
173 func (s *ShBinary) AndroidMkEntries() []android.AndroidMkEntries {
187 func (s *ShBinary) customAndroidMkEntries(entries *android.AndroidMkEntries) {
259 func InitShBinaryModule(s *ShBinary) {