Home
last modified time | relevance | path

Searched refs:source_zip (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/releasetools/
Dota_from_target_files1514 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,
Dota_from_target_files.py1514 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,