Lines Matching defs:baseInstaller
53 type baseInstaller struct { struct
54 Properties InstallerProperties
56 dir string
57 dir64 string
58 subDir string
59 relative string
60 location installLocation
62 installDeps android.InstallPaths
64 path android.InstallPath
69 func (installer *baseInstaller) installerProps() []interface{} {
73 func (installer *baseInstaller) installDir(ctx ModuleContext) android.InstallPath {
101 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) {
105 func (installer *baseInstaller) installTestData(ctx ModuleContext, data []android.DataPath) {
110 func (installer *baseInstaller) everInstallable() bool {
115 func (installer *baseInstaller) inData() bool {
119 func (installer *baseInstaller) inSanitizerDir() bool {
123 func (installer *baseInstaller) hostToolPath() android.OptionalPath {
127 func (installer *baseInstaller) relativeInstallPath() string {
131 func (installer *baseInstaller) makeUninstallable(mod *Module) {
135 func (installer *baseInstaller) installInRoot() bool {
139 func (installer *baseInstaller) installInXbin() bool {