Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dinstall_hook.py60 def _replace_arg_in_hook(arg: str, unquoted_args: Sequence[str]) -> str: function
105 args = (_replace_arg_in_hook(str(a), unquoted_args) for a in command[1:])