Searched refs:total_patch_size (Results 1 - 1 of 1) sorted by relevance

/build/tools/releasetools/
H A Dota_from_target_files1005 def EmitPatches(self, script, total_patch_size, so_far):
1016 script.SetProgress(so_far / total_patch_size)
1220 total_patch_size = 1.0 + system_diff.TotalPatchSize() variable
1222 total_patch_size += vendor_diff.TotalPatchSize()
1224 total_patch_size += target_boot.size
1227 so_far = system_diff.EmitPatches(script, total_patch_size, 0)
1230 so_far = vendor_diff.EmitPatches(script, total_patch_size, so_far)
1246 script.SetProgress(so_far / total_patch_size)

Completed in 33 milliseconds