Lines Matching defs:hostSnapshot
58 type hostSnapshot struct { struct
59 android.ModuleBase
60 android.PackagingBase
62 outputFile android.OutputPath
63 installDir android.InstallPath
76 func initHostToolsModule(module *hostSnapshot) {
87 func (f *hostSnapshot) DepsMutator(ctx android.BottomUpMutatorContext) {
90 func (f *hostSnapshot) installFileName() string {
95 …c (f *hostSnapshot) CreateMetaData(ctx android.ModuleContext, fileName string) android.OutputPath {
149 func (f *hostSnapshot) GenerateAndroidBuildActions(ctx android.ModuleContext) {
180 func (f *hostSnapshot) AndroidMkEntries() []android.AndroidMkEntries {