Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/rust_tools/
H A Drust_uprev.py135 def get_command_output_unchecked(command: Command, *args, **kwargs) -> str: function
523 output = get_command_output_unchecked(cmd, stderr=subprocess.STDOUT)