Lines Matching refs:package_file_name
163 def DownloadSingleFile(self, chromeos_root, build_id, package_file_name): argument
168 package_file_name,
176 "Cannot find package file: %s." % package_file_name
182 "directory." % package_file_name
189 package_path = os.path.join(download_path, package_file_name)
211 self, chromeos_root, build_id, package_file_name, uncompress_cmd argument
220 package_file_name,
225 print("(Uncompressing file %s .)" % package_file_name)
228 raise MissingFile("Cannot uncompress file: %s." % package_file_name)
230 command = "cd %s ; rm -f %s" % (download_path, package_file_name)
233 print("(Removing processed file %s .)" % package_file_name)
237 print("(Warning: Could not remove file %s .)" % package_file_name)