Searched refs:total_patch_size (Results 1 – 2 of 2) sorted by relevance
/build/tools/releasetools/ |
D | ota_from_target_files | 1075 def EmitPatches(self, script, total_patch_size, so_far): argument 1087 script.SetProgress(so_far / total_patch_size) 1304 total_patch_size = 1.0 + system_diff.TotalPatchSize() 1306 total_patch_size += vendor_diff.TotalPatchSize() 1308 total_patch_size += target_boot.size 1311 so_far = system_diff.EmitPatches(script, total_patch_size, 0) 1314 so_far = vendor_diff.EmitPatches(script, total_patch_size, so_far) 1330 script.SetProgress(so_far / total_patch_size)
|
D | ota_from_target_files.py | 1075 def EmitPatches(self, script, total_patch_size, so_far): argument 1087 script.SetProgress(so_far / total_patch_size) 1304 total_patch_size = 1.0 + system_diff.TotalPatchSize() 1306 total_patch_size += vendor_diff.TotalPatchSize() 1308 total_patch_size += target_boot.size 1311 so_far = system_diff.EmitPatches(script, total_patch_size, 0) 1314 so_far = vendor_diff.EmitPatches(script, total_patch_size, so_far) 1330 script.SetProgress(so_far / total_patch_size)
|