Searched refs:new_dat_file_obj (Results 1 – 2 of 2) sorted by relevance
/base/update/packaging_tools/ |
D | patch_package_process.py | 55 new_dat_file_obj, patch_dat_file_obj, transfer_list_file_obj = \ 83 self.apply_new_type(each_action, new_dat_file_obj, 103 def apply_new_type(self, each_action, new_dat_file_obj, tgt_size, argument 106 each_action.tgt_block_set, new_dat_file_obj) 511 self.new_dat_file_obj = tempfile.NamedTemporaryFile( 519 self.new_dat_file_obj) 534 return self.new_dat_file_obj, self.patch_dat_file_obj, \ 543 self.new_dat_file_obj.seek(0) 548 zip_file.write(self.new_dat_file_obj.name, self.partition_new_dat_file_name)
|
D | build_update.py | 699 new_dat_file_obj, patch_dat_file_obj, transfer_list_file_obj = \ 719 (os.path.getsize(new_dat_file_obj.name) == num * PER_BLOCK_SIZE) and \
|