Home
last modified time | relevance | path

Searched refs:dir64 (Results 1 – 6 of 6) sorted by relevance

/build/soong/python/
Dinstaller.go33 dir64 string member
41 func NewPythonInstaller(dir, dir64 string) *pythonInstaller {
44 dir64: dir64,
52 if ctx.Arch().ArchType.Multilib == "lib64" && installer.dir64 != "" {
53 dir = installer.dir64
Dtest.go57 test.binaryDecorator.pythonInstaller.dir64 = "nativetest64"
/build/soong/cc/
Dinstaller.go38 func NewBaseInstaller(dir, dir64 string, location installLocation) *baseInstaller {
41 dir64: dir64,
50 dir64 string member
66 if ctx.toolchain().Is64Bit() && installer.dir64 != "" {
67 dir = installer.dir64
Dtest.go412 test.binaryDecorator.baseInstaller.dir64 = "nativetest64"
546 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())
Dfuzz.go212 fuzz.binaryDecorator.baseInstaller.dir64 = filepath.Join(
/build/soong/rust/
Dcompiler.go35 func NewBaseCompiler(dir, dir64 string, location installLocation) *baseCompiler {
39 dir64: dir64,
112 dir64 string member
220 if ctx.toolchain().Is64Bit() && compiler.dir64 != "" {
221 dir = compiler.dir64