/build/make/tools/releasetools/ |
D | add_img_to_target_files | 95 def __init__(self, output_zip, input_dir, prefix, name): argument 136 def AddSystem(output_zip, recovery_img=None, boot_img=None): argument 170 def AddSystemOther(output_zip): argument 182 def AddVendor(output_zip): argument 197 def AddProduct(output_zip): argument 214 def AddProductServices(output_zip): argument 232 def AddOdm(output_zip): argument 248 def AddDtbo(output_zip): argument 346 def AddUserdata(output_zip): argument 405 def AddVBMeta(output_zip, partitions, name, needed_partitions): argument [all …]
|
D | add_img_to_target_files.py | 95 def __init__(self, output_zip, input_dir, prefix, name): argument 136 def AddSystem(output_zip, recovery_img=None, boot_img=None): argument 170 def AddSystemOther(output_zip): argument 182 def AddVendor(output_zip): argument 197 def AddProduct(output_zip): argument 214 def AddProductServices(output_zip): argument 232 def AddOdm(output_zip): argument 248 def AddDtbo(output_zip): argument 346 def AddUserdata(output_zip): argument 405 def AddVBMeta(output_zip, partitions, name, needed_partitions): argument [all …]
|
D | img_from_target_files | 69 def CopyInfo(input_tmp, output_zip): argument 76 def CopyUserImages(input_tmp, output_zip): argument 109 def WriteSuperImages(input_tmp, output_zip): argument
|
D | img_from_target_files.py | 69 def CopyInfo(input_tmp, output_zip): argument 76 def CopyUserImages(input_tmp, output_zip): argument 109 def WriteSuperImages(input_tmp, output_zip): argument
|
D | sign_target_files_apks.py | 706 def WriteOtacerts(output_zip, filename, keys): argument 799 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument 822 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument 857 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
|
D | sign_target_files_apks | 706 def WriteOtacerts(output_zip, filename, keys): argument 799 def ReplaceVerityPublicKey(output_zip, filename, key_path): argument 822 def ReplaceVerityKeyId(input_zip, output_zip, key_path): argument 857 def ReplaceMiscInfoTxt(input_zip, output_zip, misc_info): argument
|
D | ota_from_target_files | 622 def WriteToZip(self, output_zip): argument 667 def _WriteRecoveryImageToBoot(script, output_zip): argument 752 def AddCompatibilityArchiveIfTrebleEnabled(target_zip, output_zip, target_info, argument
|
D | ota_from_target_files.py | 622 def WriteToZip(self, output_zip): argument 667 def _WriteRecoveryImageToBoot(script, output_zip): argument 752 def AddCompatibilityArchiveIfTrebleEnabled(target_zip, output_zip, target_info, argument
|
D | common.py | 1934 def WriteScript(self, script, output_zip, progress=None, argument 2081 def _WriteUpdate(self, script, output_zip): argument 2448 def WriteScript(self, script, output_zip, write_verify_script=False): argument
|
D | edify_generator.py | 341 def AddToZip(self, input_zip, output_zip, input_path=None): argument
|