Home
last modified time | relevance | path

Searched refs:git_format_patch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dget_patch.py214 contents = git_format_patch(
294 def git_format_patch(git_root_dir: Path, ref: str) -> str: function
455 patch_contents = git_format_patch(worktree_dir, "HEAD")
H A Dget_patch_unittest.py76 git_format_patch=_mock_git_format_patch,