Lines Matching refs:join
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))
103 extern_dir = os.path.normpath(os.path.join(pwd, "extern"))
104 cffi_dir = os.path.normpath(os.path.join(pwd, "cffi_src"))
107 py_version = '.'.join(platform.python_version_tuple()[:2])
378 web_files.append((os.path.join(resource_dir, web_dir), [
379 os.path.join(web_dir, f) for f in files
387 web_files.append((os.path.join(resource_dir,
389 os.path.join(web_dir, f) for f in files
447 web_files.append((os.path.join(resource_dir, "web"),
555 proto = os.path.join(root_dir, py_install_dir)
561 sys.path.insert(0, os.path.join(pwd, 'tests'))
576 args += ['--rcfile={0}'.format(os.path.join(
590 args += ['--rcfile={0}'.format(os.path.join(
596 args += [os.path.join(root, f)]
679 print(" ".join(archcmd))
680 os.system(" ".join(archcmd))
681 print(" ".join(elfcmd))
682 os.system(" ".join(elfcmd))
683 print(" ".join(_actionscmd))
684 os.system(" ".join(_actionscmd))
685 print(" ".join(_actcommcmd))
686 os.system(" ".join(_actcommcmd))
687 print(" ".join(_varcetcmd))
688 os.system(" ".join(_varcetcmd))
689 print(" ".join(pspawncmd))
690 os.system(" ".join(pspawncmd))
691 print(" ".join(syscallatcmd))
692 os.system(" ".join(syscallatcmd))
693 print(" ".join(sysattrcmd))
694 os.system(" ".join(sysattrcmd))
695 print(" ".join(sha512_tcmd))
696 os.system(" ".join(sha512_tcmd))
733 self.install_lib = os.path.join(root_dir, py_install_dir)
771 os.path.join(d, dstname))
792 id_p = os.path.join(self.install_dir, p[prefix_len:])
812 dir = os.path.join(self.install_dir, dir)
823 outfile = os.path.join(dir,
830 outfile = os.path.join(dir,
858 print("Command was: {0}".format(" ".join(args)),
937 print(" ".join(args))
938 podir = os.path.join(os.getcwd(), "po")
981 print(" ".join(args))
982 podir = os.path.join(os.getcwd(), "po")
998 print(" ".join(args))
1051 print(" ".join(args))
1091 print(" ".join(args))
1107 print(" ".join(args))
1134 dest_file = os.path.join(self.dest, os.path.basename(self.file))
1207 output_dir = os.path.join(cwd, os.path.dirname(output_filename))
1272 return os.path.join(dpath, "64", fpath)
1273 return os.path.join(dpath, fpath)
1291 ["/usr/bin/python2.7", os.path.join(pwd, "pydates")],
1310 path = os.path.join(cffi_dir, path)
1381 os.path.join("src", infile), self.timestamps[b"."])
1415 return os.path.join(patharr[0], loc).rstrip("/")
1431 os.path.join(input_dir, os.path.basename(f))
1433 if dep_util.newer(os.path.join(input_dir, os.path.basename(f)), f)
1438 output_dir = os.path.join(*files[0].split("/")[:-2])
1441 print(" ".join(args))
1526 path = os.path.join(cffi_dir, path)
1578 os.chdir(os.path.join(pwd, "tests"))
1719 (os.path.join(locale_dir, locale, 'LC_MESSAGES'),
1725 (os.path.join(locale_dir, '__LOCALE__', 'LC_MESSAGES'),
1731 (os.path.join(MANPAGE_SRC_ROOT, os.path.basename(f))