Lines Matching refs:download_path
77 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
78 image_path = os.path.join(download_path, 'chromiumos_test_image.bin')
79 if not os.path.exists(download_path):
80 os.makedirs(download_path)
86 command = '%s cp %s %s' % (gsutil_cmd, image_name, download_path)
91 downloaded_image_name = os.path.join(download_path,
106 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
107 command = ('cd %s ; tar -Jxf chromiumos_test_image.tar.xz ' % download_path)
109 clean_cmd = ('cd %s ; rm -f chromiumos_test_image.bin ' % download_path)
128 command = ('cd %s ; rm -f chromiumos_test_image.tar.xz; ' % download_path)
154 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
155 package_path = os.path.join(download_path, package_file_name)
156 if not os.path.exists(download_path):
157 os.makedirs(download_path)
162 command = '%s cp %s %s' % (gsutil_cmd, gs_package_name, download_path)
173 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
175 'cd %s ; %s %s' % (download_path, uncompress_cmd, package_file_name))
184 command = ('cd %s ; rm -f %s' % (download_path, package_file_name))
216 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
249 command = ('cd %s ; mv autotest autotest_files' % download_path)
263 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
285 command = ('cd %s ; mv debug debug_files' % download_path)