Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dpatch_utils_unittest.py288 results, _ = pu.update_version_ranges_with_entries(
301 results2, _ = pu.update_version_ranges_with_entries(
H A Dpatch_utils.py577 modified_entries, applied_patches = update_version_ranges_with_entries(
599 def update_version_ranges_with_entries( function