Home
last modified time | relevance | path

Searched refs:NewBaseInstaller (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dinstaller.go45 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller { func
Dtest.go332 return NewBaseInstaller("nativetest", "nativetest64", InstallInData)
708 binary.baseInstaller = NewBaseInstaller("benchmarktest", "benchmarktest64", InstallInData)
Dbinary.go201 baseInstaller: NewBaseInstaller("bin", "", InstallInSystem),
Dfuzz.go336 binary.baseInstaller = NewBaseInstaller(baseInstallerPath, baseInstallerPath, InstallInData)
Dlibrary.go2049 baseInstaller: NewBaseInstaller("lib", "lib64", InstallInSystem),