Searched refs:python_script (Results 1 – 6 of 6) sorted by relevance
1077 wrapped_args, python_script, python_script_target_name, deps argument1081 wrapped_args, python_script, python_script_target_name1092 python_path += '`dirname $(location %s)`' % python_script1142 python_script = ''1145 python_script = program.command1149 python_script = arg1151 if python_script != '':1152 python_script_target_name = target_name + '_' + os.path.basename(python_script)1153 srcs = [python_script] + impl.get_list_of_relative_inputs(depend_files)1156 python_custom_target.main = python_script[all …]
784 def replace_wrapped_input_with_target(args, python_script, python_script_target_name): argument787 pattern = '(.*?)(' + python_script + ')'
359 const char *python_script = nullptr);