Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dpatch_utils.py111 def parse_failed_patch_output(text: str) -> Dict[str, List[int]]: function
294 failed_hunks_id_dict = parse_failed_patch_output(e.stdout)
H A Dpatch_utils_unittest.py204 result = pu.parse_failed_patch_output(fixture)