Home
last modified time | relevance | path

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

/build/soong/cc/
Dinstaller.go46 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 {
[all …]
Dbinary.go85 *baseInstaller anonMember
Dlibrary.go386 *baseInstaller anonMember