Lines Matching refs:subpath
68 def recurse(subpath): argument
70 llvmbuild_path = os.path.join(llvmbuild_source_root + subpath,
77 subpath)
83 for item in recurse(os.path.join(subpath, subdir)):
122 ci.name, ci.subpath, existing.subpath))
212 info_basedir[ci.subpath] = info_basedir.get(ci.subpath, []) + [ci]
218 if ci.subpath == '/':
222 parent_path = os.path.dirname(ci.subpath)
225 parent_list.add(os.path.basename(ci.subpath))
228 for subpath, infos in info_basedir.items():
236 subdirectories = subpath_subdirs.get(subpath)
256 assert subpath.startswith('/')
257 directory_path = os.path.join(output_path, subpath[1:])
284 header_name = '.' + os.path.join(subpath, 'LLVMBuild.txt')
484 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
995 for subpath in opts.configure_target_def_files:
996 inpath = os.path.join(source_root, subpath + '.in')
997 outpath = os.path.join(opts.build_root, subpath)