Home
last modified time | relevance | path

Searched defs:remove_old_patches (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dclean_up_old_llvm_patches.py41 def remove_old_patches(cros_overlay: Path, min_revision: int) -> bool: function
H A Dpatch_utils.py644 def remove_old_patches(svn_version: int, patches_json: Path) -> List[Path]: function