Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson_to_hermetic.py1234 command_line = impl.get_command_line_from_args(wrapped_args)
1283 command_line = impl.get_command_line_from_args(wrapped_args)
1327 command_line = impl.get_command_line_from_args(wrapped_args)
1366 command_line = impl.get_command_line_from_args(wrapped_args)
H A Dmeson_impl.py775 def get_command_line_from_args(args: list): function