Lines Matching defs:arch
65 ostype = arch = 'unknown'
67 arch = platform.processor()
70 arch = "linux_" + platform.machine()
73 arch = osname
76 arch = osname
79 arch = "aix"
96 dist_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "dist_" + arch))
97 build_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "build_" + arch))
101 root_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "root_" + arch))
102 pkgs_dir = os.path.normpath(os.path.join(pwd, os.pardir, "packages", arch))
876 # Look for shebang line to replace with arch-specific Python executable.
1752 # Solaris has built-in md library and Solaris-specific arch extension
1753 # All others use OpenSSL and cross-platform arch module