Lines Matching refs:partition
37 def __init__(self, partition, tgt_image, src_image, argument
41 self.partition = partition
47 self.package_patch_zip = PackagePatchZip(partition)
394 def write_script(self, partition, script_check_cmd_list, argument
408 ranges_str, expected_sha, partition)
410 first_block_check_cmd = verse_script.first_block_check(partition)
412 abort_cmd = verse_script.abort(partition)
423 block_update_cmd = verse_script.block_update(partition)
425 cmd = '%s_WRITE_FLAG%s' % (partition, block_update_cmd)
514 def __init__(self, partition): argument
515 self.partition = partition
516 self.partition_new_dat_file_name = "%s.%s" % (partition, NEW_DAT)
517 self.partition_patch_dat_file_name = "%s.%s" % (partition, PATCH_DAT)
518 self.partition_transfer_file_name = "%s.%s" % (partition, TRANSFER_LIST)