Home
last modified time | relevance | path

Searched refs:json_str_to_patch_entries (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dpatch_utils.py376 def json_str_to_patch_entries(workdir: Path, json_str: str) -> List[PatchEntry]: function
573 patch_entries = json_str_to_patch_entries(
H A Dpatch_utils_unittest.py132 result = pu.json_str_to_patch_entries(Path(), patches_json)
H A Dget_patch.py129 old_patch_entries = patch_utils.json_str_to_patch_entries(