Searched defs:baseInstaller (Results 1 – 3 of 3) sorted by relevance
46 type baseInstaller struct { struct47 Properties InstallerProperties49 dir string50 dir64 string51 subDir string52 relative string53 location installLocation55 path android.OutputPath60 func (installer *baseInstaller) installerProps() []interface{} {64 func (installer *baseInstaller) installDir(ctx ModuleContext) android.OutputPath {[all …]
78 *baseInstaller anonMember
308 *baseInstaller anonMember