Home
last modified time | relevance | path

Searched defs:baseInstaller (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dcc.go1191 type baseInstaller struct { struct
1192 Properties InstallerProperties
1194 dir string
1195 dir64 string
1196 data bool
1198 path common.OutputPath
1203 func (installer *baseInstaller) props() []interface{} {
1207 func (installer *baseInstaller) install(ctx ModuleContext, file common.Path) {
1216 func (installer *baseInstaller) inData() bool {
1480 baseInstaller anonMember
[all …]