Searched refs:target_zip (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files | 752 def AddCompatibilityArchiveIfTrebleEnabled(target_zip, output_zip, target_info, argument 799 if target_file_name in target_zip.namelist(): 800 data = target_zip.read(target_file_name) 819 if not HasTrebleEnabled(target_zip, target_info): 840 product_updated = HasProductPartition(target_zip) and \ 843 odm_updated = HasOdmPartition(target_zip) and \ 1514 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 1545 target_zip=target_zip, 1572 system_tgt = common.GetUserImage("system", OPTIONS.target_tmp, target_zip, 1598 if HasVendorPartition(target_zip): [all …]
|
D | ota_from_target_files.py | 752 def AddCompatibilityArchiveIfTrebleEnabled(target_zip, output_zip, target_info, argument 799 if target_file_name in target_zip.namelist(): 800 data = target_zip.read(target_file_name) 819 if not HasTrebleEnabled(target_zip, target_info): 840 product_updated = HasProductPartition(target_zip) and \ 843 odm_updated = HasOdmPartition(target_zip) and \ 1514 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 1545 target_zip=target_zip, 1572 system_tgt = common.GetUserImage("system", OPTIONS.target_tmp, target_zip, 1598 if HasVendorPartition(target_zip): [all …]
|