Home
last modified time | relevance | path

Searched refs:dir64 (Results 1 – 4 of 4) 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.go56 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.go290 test.binaryDecorator.baseInstaller.dir64 = "nativetest64"
410 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())