Lines Matching refs:baseInstaller
38 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller {
39 return &baseInstaller{
46 type baseInstaller struct { struct
58 var _ installer = (*baseInstaller)(nil)
60 func (installer *baseInstaller) installerProps() []interface{} { argument
64 func (installer *baseInstaller) installDir(ctx ModuleContext) android.InstallPath { argument
85 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { argument
89 func (installer *baseInstaller) everInstallable() bool { argument
94 func (installer *baseInstaller) inData() bool { argument
98 func (installer *baseInstaller) inSanitizerDir() bool { argument
102 func (installer *baseInstaller) hostToolPath() android.OptionalPath { argument
106 func (installer *baseInstaller) relativeInstallPath() string { argument
110 func (installer *baseInstaller) makeUninstallable(mod *Module) { argument