Lines Matching refs:code_path

98 def install_hpm(code_path, download_dir, symlink_dir, home_path):  argument
114 npm_path = os.path.join(code_path, "prebuilts/build-tools/common/nodejs/current/bin/npm")
115 node_bin_path = os.path.join(code_path, "prebuilts/build-tools/common/nodejs/current/bin")
124 code_path = args.code_path
128 package_path = os.path.join(code_path, npm_download.get('package_path'))
129 package_lock_path = os.path.join(code_path, npm_download.get('package_lock_path'))
135 symlink = os.path.join(code_path, npm_download.get('symlink'))
136 …install_hpm(code_path, os.path.join(home_path, download_dir), os.path.join(code_path, symlink), ho…
151 … symlink_src2dest(os.path.join(download_dir, "node_modules"), os.path.join(code_path, link))
154 symlink = os.path.join(code_path, npm_download.get('symlink'))
163 …copy_folder(os.path.join(code_path, copy_entry['src']), os.path.join(code_path, copy_entry['dest']…
166 …copy_folder(os.path.join(code_path, copy_ext_entry['src']), os.path.join(code_path, copy_ext_entry…
227 def install_python(version, download_dir, one_type, code_path): argument
232 os.path.join(code_path, one_type.get('symlink')))
243 def install_rustc(url, download_dir, version, one_type, code_path): argument
250 … "--destdir='{}'".format(os.path.join(code_path, one_type.get('destdir')))])
255 code_path = args.code_path
272 install_python(version, download_dir, one_type, code_path)
275 install_rustc(url, download_dir, version, one_type, code_path)
282 os.path.join(code_path, one_type.get('symlink')))
287 os.path.join(code_path, one_type.get('symlink')))
290 symlink = os.path.join(code_path, one_type.get('symlink'))