Home | History | Annotate | Download | only in win_toolchain

Lines Matching full:join

61   with utils.chdir(os.path.join(chrome_path, 'src')):
64 'python', os.path.join('build', 'find_depot_tools.py')]).rstrip()
66 vs_toolchain_py = os.path.join('build', 'vs_toolchain.py')
74 win_toolchain_utils.abstract(os.path.join('build', 'win_toolchain.json'),
78 build = os.path.join(os.getcwd(), 'build')
79 dst_build = os.path.join(target_dir, 'src', 'build')
82 shutil.copyfile(os.path.join(build, f), os.path.join(dst_build, f))
84 shutil.copytree(os.path.join(os.getcwd(), 'tools', 'gyp', 'pylib'),
85 os.path.join(target_dir, 'src', 'tools', 'gyp', 'pylib'))
87 dst_depot_tools = os.path.join(target_dir, 'depot_tools')
90 shutil.copyfile(os.path.join(depot_tools, f),
91 os.path.join(dst_depot_tools, f))
92 toolchain_dst = os.path.join(
105 chrome_path = os.path.join(tmp_dir.name, 'src')