Lines Matching defs:baseInstaller
46 type baseInstaller struct { struct
47 Properties InstallerProperties
49 dir string
50 dir64 string
51 subDir string
52 relative string
53 location installLocation
55 path android.InstallPath
60 func (installer *baseInstaller) installerProps() []interface{} {
64 func (installer *baseInstaller) installDir(ctx ModuleContext) android.InstallPath {
85 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) {
89 func (installer *baseInstaller) everInstallable() bool {
94 func (installer *baseInstaller) inData() bool {
98 func (installer *baseInstaller) inSanitizerDir() bool {
102 func (installer *baseInstaller) hostToolPath() android.OptionalPath {
106 func (installer *baseInstaller) relativeInstallPath() string {
110 func (installer *baseInstaller) skipInstall(mod *Module) {