• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/

Lines Matching refs:os

2 import os
58 # os.makedirs considers it an error to be called with an existent path.
59 if not os.path.exists(path):
60 os.makedirs(path)
69 llvmbuild_path = os.path.join(llvmbuild_source_root + subpath,
71 if not os.path.exists(llvmbuild_path):
82 for item in recurse(os.path.join(subpath, subdir)):
219 parent_path = os.path.dirname(ci.subpath)
222 parent_list.add(os.path.basename(ci.subpath))
254 directory_path = os.path.join(output_path, subpath[1:])
257 if not os.path.exists(directory_path):
258 os.makedirs(directory_path)
276 file_path = os.path.join(directory_path, 'LLVMBuild.txt')
281 header_name = '.' + os.path.join(subpath, 'LLVMBuild.txt')
381 make_install_dir(os.path.dirname(output_path))
467 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
483 if os.path.splitext(path)[1] in ['.pyc', '.pyo', '.pyd']:
488 if (path.startswith(self.source_root) and os.path.exists(path)):
504 make_install_dir(os.path.dirname(output_path))
510 header_name = os.path.basename(output_path)
582 make_install_dir(os.path.dirname(output_path))
588 header_name = os.path.basename(output_path)
810 if not os.path.exists(os.path.join(source_root, 'lib', 'VMCore',
814 llvmbuild_path = os.path.dirname(__file__)
815 llvm_build_path = os.path.dirname(llvmbuild_path)
816 utils_path = os.path.dirname(llvm_build_path)
817 source_root = os.path.dirname(utils_path)
818 if not os.path.exists(os.path.join(source_root, 'lib', 'VMCore',
884 inpath = os.path.join(source_root, subpath + '.in')
885 outpath = os.path.join(opts.build_root, subpath)