Searched refs:dir64 (Results 1 – 6 of 6) sorted by relevance
33 dir64 string member41 func NewPythonInstaller(dir, dir64 string) *pythonInstaller {44 dir64: dir64,52 if ctx.Arch().ArchType.Multilib == "lib64" && installer.dir64 != "" {53 dir = installer.dir64
57 test.binaryDecorator.pythonInstaller.dir64 = "nativetest64"
38 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller {41 dir64: dir64,50 dir64 string member66 if ctx.toolchain().Is64Bit() && installer.dir64 != "" {67 dir = installer.dir64
412 test.binaryDecorator.baseInstaller.dir64 = "nativetest64"546 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())
212 fuzz.binaryDecorator.baseInstaller.dir64 = filepath.Join(
35 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler {39 dir64: dir64,112 dir64 string member220 if ctx.toolchain().Is64Bit() && compiler.dir64 != "" {221 dir = compiler.dir64