Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go1191 type baseInstaller struct { struct
1201 var _ installer = (*baseInstaller)(nil)
1203 func (installer *baseInstaller) props() []interface{} { argument
1207 func (installer *baseInstaller) install(ctx ModuleContext, file common.Path) { argument
1216 func (installer *baseInstaller) inData() bool { argument
1480 baseInstaller anonMember
1487 library.baseInstaller.install(ctx, file)
1503 baseInstaller: baseInstaller{
1644 module.installer = &baseInstaller{
1815 baseInstaller anonMember
[all …]
Dandroidmk.go115 func (installer *baseInstaller) AndroidMk(ret *common.AndroidMkData) {