Lines Matching defs:rawBinary
40 type rawBinary struct { struct
41 android.ModuleBase
43 properties rawBinaryProperties
45 output android.Path
46 installDir android.InstallPath
64 func (r *rawBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
68 func (r *rawBinary) installFileName() string {
72 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 {