Lines Matching refs:download_path
75 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
76 image_path = os.path.join(download_path, 'chromiumos_test_image.bin')
77 if not os.path.exists(download_path):
78 os.makedirs(download_path)
84 command = '%s cp %s %s' % (gsutil_cmd, image_name, download_path)
89 downloaded_image_name = os.path.join(download_path,
104 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
105 command = ('cd %s ; tar -Jxf chromiumos_test_image.tar.xz ' % download_path)
107 clean_cmd = ('cd %s ; rm -f chromiumos_test_image.bin ' % download_path)
126 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)
174 command = ('cd %s ; %s %s' % (download_path, uncompress_cmd,
184 command = ('cd %s ; rm -f %s' % (download_path, package_file_name))
216 download_path = os.path.join(chromeos_root, 'chroot/tmp', build_id)
250 command = ('cd %s ; mv autotest autotest_files' % download_path)