Lines Matching defs:rawBinary
42 type rawBinary struct { struct
43 android.ModuleBase
45 properties rawBinaryProperties
47 output android.OutputPath
48 installDir android.InstallPath
66 func (r *rawBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
70 func (r *rawBinary) installFileName() string {
74 func (r *rawBinary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
96 func (r *rawBinary) AndroidMkEntries() []android.AndroidMkEntries {
105 func (r *rawBinary) OutputPath() android.Path {
109 func (r *rawBinary) SignedOutputPath() android.Path {
116 func (r *rawBinary) OutputFiles(tag string) (android.Paths, error) {