Searched refs:patch_info (Results 1 – 3 of 3) sorted by relevance
217 def PrintPatchResults(patch_info: patch_utils.PatchInfo):227 if patch_info.applied_patches:229 print("\n".join(_fmt(patch_info.applied_patches)))231 if patch_info.failed_patches:233 print("\n".join(_fmt(patch_info.failed_patches)))235 if patch_info.non_applicable_patches:237 print("\n".join(_fmt(patch_info.non_applicable_patches)))239 if patch_info.modified_metadata:242 % os.path.basename(patch_info.modified_metadata)245 if patch_info.disabled_patches:[all …]
494 for package_name, patch_info in package_info_dict.items():496 patch_info.disabled_patches497 or patch_info.removed_patches498 or patch_info.modified_metadata504 if patch_info.modified_metadata:505 patch_metadata_path = patch_info.modified_metadata514 if patch_info.disabled_patches:517 for patch_path in patch_info.disabled_patches:521 if patch_info.removed_patches:524 for patch_path in patch_info.removed_patches:[all …]
213 struct patch_info { struct