Searched refs:new_dat_file_obj (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/update/packaging_tools/ |
H A 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) 157 new_dat_file_obj, patch_dat_file_obj, transfer_list_file_obj = \ 160 self.apply_new_type(each_action, new_dat_file_obj, 520 self.new_dat_file_obj = tempfile.NamedTemporaryFile( 528 self.new_dat_file_obj) 541 self.new_dat_file_obj.flush() 544 return self.new_dat_file_obj, self.patch_dat_file_obj, \ [all …]
|
H A D | script_generator.py | 311 new_dat_file_obj, patch_dat_file_obj, transfer_list_file_obj =\ 313 … each_img_size = os.path.getsize(new_dat_file_obj.name) + os.path.getsize(patch_dat_file_obj.name)
|
H A D | build_update.py | 671 new_dat_file_obj, patch_dat_file_obj, transfer_list_file_obj = \ 691 (os.path.getsize(new_dat_file_obj.name) == num * PER_BLOCK_SIZE) and \
|