Home
last modified time | relevance | path

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

/build/test/example/
Dtest_gn_template.py95 def exec_command_communicate(cmd_path, res_path, res_def_name, rust=None): argument
122 if os.path.exists(res_path):
266 res_path = BUILD_RES_PATH + "/libtest_ohos_shared_library.z.so"
267 result = exec_command_communicate(cmd_path, res_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)
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)
314 res_path = RESULT_PATH + "/src/" + function_name + "/hello.o"
315 result = exec_command_communicate(cmd_path, res_path, function_name)
[all …]