Searched refs:patch_info (Results 1 – 2 of 2) sorted by relevance
204 def PrintPatchResults(patch_info: patch_utils.PatchInfo):214 if patch_info.applied_patches:216 print("\n".join(_fmt(patch_info.applied_patches)))218 if patch_info.failed_patches:220 print("\n".join(_fmt(patch_info.failed_patches)))222 if patch_info.non_applicable_patches:224 print("\n".join(_fmt(patch_info.non_applicable_patches)))226 if patch_info.modified_metadata:229 % os.path.basename(patch_info.modified_metadata)232 if patch_info.disabled_patches:[all …]
213 struct patch_info { struct