Lines Matching refs:res_def_name

95 def exec_command_communicate(cmd_path, res_path, res_def_name, rust=None):  argument
105 write_bundle_json(res_def_name, cmd_path)
137 def exec_command_out_put(cmd_path, res_def_name, error_log): argument
146 write_bundle_json(res_def_name, cmd_path)
178 def exec_command_install_dir(cmd_path, res_def_name): argument
185 write_bundle_json(res_def_name, cmd_path)
202 config_path = RESULT_PATH + res_def_name + "/{}_module_info.json".format(res_def_name)
206 module_install_dir = res_def_name
222 def write_bundle_json(res_def_name, cmd_path): argument
231 res.append("//{}:{}".format(cmd_path, res_def_name))
244 res_def_name = inspect.currentframe().f_code.co_name
246 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
247 result = exec_command_out_put(cmd_path, res_def_name, error_log)
255 res_def_name = inspect.currentframe().f_code.co_name
256 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
257 result = exec_command_out_put(cmd_path, res_def_name, error_log)
264 res_def_name = inspect.currentframe().f_code.co_name
265 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
267 result = exec_command_communicate(cmd_path, res_path, res_def_name)
274 res_def_name = inspect.currentframe().f_code.co_name
275 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
276 res_path = BUILD_RES_PATH + "lib{}.{}".format(res_def_name, res_def_name)
277 result = exec_command_communicate(cmd_path, res_path, res_def_name)
284 res_def_name = "test_ohos_shared_library_output_name"
285 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
286 res_path = BUILD_RES_PATH + "lib{}.{}".format(res_def_name, res_def_name)
287 result = exec_command_communicate(cmd_path, res_path, res_def_name)
294 res_def_name = inspect.currentframe().f_code.co_name
295 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
296 result = exec_command_install_dir(cmd_path, res_def_name)
303 res_def_name = inspect.currentframe().f_code.co_name
304 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
305 result = exec_command_install_dir(cmd_path, res_def_name)