Searched refs:python_script_target_name (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/meson_to_hermetic/ |
H A D | meson_to_hermetic.py | 1077 wrapped_args, python_script, python_script_target_name, deps argument 1081 wrapped_args, python_script, python_script_target_name 1143 python_script_target_name = '' 1152 python_script_target_name = target_name + '_' + os.path.basename(python_script) 1155 python_custom_target.name = python_script_target_name 1231 wrapped_args, python_script, python_script_target_name, depends 1255 if python_script_target_name != '': 1256 ct.tools.append(python_script_target_name) 1280 wrapped_args, python_script, python_script_target_name, depends 1310 if python_script_target_name != '': [all …]
|
H A D | meson_impl.py | 784 def replace_wrapped_input_with_target(args, python_script, python_script_target_name): argument 788 replace = '\g<1>' + python_script_target_name
|