Searched refs:source_zip (Results 1 – 2 of 2) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files | 1514 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 1542 source_zip=source_zip, 1566 system_src = common.GetUserImage("system", OPTIONS.source_tmp, source_zip, 1599 if not HasVendorPartition(source_zip): 1601 vendor_src = common.GetUserImage("vendor", OPTIONS.source_tmp, source_zip, 1827 script.AddToZip(source_zip, output_zip, input_path=OPTIONS.updater_binary) 2234 with zipfile.ZipFile(OPTIONS.incremental_source, 'r') as source_zip: 2235 OPTIONS.source_info_dict = common.LoadInfoDict(source_zip) 2332 zipfile.ZipFile(OPTIONS.incremental_source, 'r') as source_zip: 2335 source_zip,
|
D | ota_from_target_files.py | 1514 def WriteBlockIncrementalOTAPackage(target_zip, source_zip, output_file): argument 1542 source_zip=source_zip, 1566 system_src = common.GetUserImage("system", OPTIONS.source_tmp, source_zip, 1599 if not HasVendorPartition(source_zip): 1601 vendor_src = common.GetUserImage("vendor", OPTIONS.source_tmp, source_zip, 1827 script.AddToZip(source_zip, output_zip, input_path=OPTIONS.updater_binary) 2234 with zipfile.ZipFile(OPTIONS.incremental_source, 'r') as source_zip: 2235 OPTIONS.source_info_dict = common.LoadInfoDict(source_zip) 2332 zipfile.ZipFile(OPTIONS.incremental_source, 'r') as source_zip: 2335 source_zip,
|