Searched refs:NewBaseInstaller (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | installer.go | 45 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller { func
|
D | test.go | 332 return NewBaseInstaller("nativetest", "nativetest64", InstallInData) 708 binary.baseInstaller = NewBaseInstaller("benchmarktest", "benchmarktest64", InstallInData)
|
D | binary.go | 201 baseInstaller: NewBaseInstaller("bin", "", InstallInSystem),
|
D | fuzz.go | 336 binary.baseInstaller = NewBaseInstaller(baseInstallerPath, baseInstallerPath, InstallInData)
|
D | library.go | 2049 baseInstaller: NewBaseInstaller("lib", "lib64", InstallInSystem),
|