Searched refs:new_dat_file_obj (Results 1 – 3 of 3) 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) 512 self.new_dat_file_obj = tempfile.NamedTemporaryFile( 520 self.new_dat_file_obj) 533 self.new_dat_file_obj.flush() 536 return self.new_dat_file_obj, self.patch_dat_file_obj, \ 540 self.new_dat_file_obj.flush() 544 zip_file.write(self.new_dat_file_obj.name, self.partition_new_dat_file_name)
|
| D | script_generator.py | 307 new_dat_file_obj, patch_dat_file_obj, transfer_list_file_obj =\ 309 … each_img_size = os.path.getsize(new_dat_file_obj.name) + os.path.getsize(patch_dat_file_obj.name)
|
| D | build_update.py | 698 new_dat_file_obj, patch_dat_file_obj, transfer_list_file_obj = \ 718 (os.path.getsize(new_dat_file_obj.name) == num * PER_BLOCK_SIZE) and \
|