Lines Matching refs:res_path
95 def exec_command_communicate(cmd_path, res_path, res_def_name, rust=None): argument
122 if os.path.exists(res_path):
266 res_path = os.path.join(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 = os.path.join(RESULT_PATH, "src", function_name, "hello.o")
315 result = exec_command_communicate(cmd_path, res_path, function_name)
324 res_path = os.path.join(RESULT_PATH, "src", function_name, "adder.o")
325 result = exec_command_communicate(cmd_path, res_path, function_name)
334 res_path = BUILD_RES_PATH + function_name
335 result = exec_command_communicate(common_res_def, res_path, function_name)
347 res_path = os.path.join(RESULT_PATH, function_name, "test_ohos_prebuilt_executable.stamp")
348 result = exec_command_communicate(cmd_common, res_path, function_name)
357 … res_path = os.path.join(RESULT_PATH, function_name, "test_ohos_prebuilt_shared_library.stamp")
358 result = exec_command_communicate(common_res_def, res_path, function_name)
367 … res_path = os.path.join(RESULT_PATH, function_name, "test_ohos_prebuilt_static_library.stamp")
368 result = exec_command_communicate(common_res_def, res_path, function_name)
403 res_path = os.path.join(BUILD_RES_PATH, function_name)
404 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
413 res_path = os.path.join(BUILD_RES_PATH, function_name)
414 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
423 res_path = os.path.join(BUILD_RES_PATH, function_name)
424 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
433 res_path = os.path.join(BUILD_RES_PATH, 'bindgen_test_for_h')
434 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
443 res_path = os.path.join(BUILD_RES_PATH, 'bindgen_test')
444 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
453 res_path = os.path.join(BUILD_RES_PATH, 'bindgen_test_hpp')
454 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
463 res_path = os.path.join(BUILD_RES_PATH, function_name)
464 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
473 res_path = os.path.join(BUILD_RES_PATH, function_name)
474 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
483 res_path = os.path.join(BUILD_RES_PATH, function_name)
484 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
494 res_path = os.path.join(BUILD_RES_PATH, function_name)
495 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
504 res_path = os.path.join(RUST_RESULT_IDL_PATH, function_name, 'test_idl.stamp')
505 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
514 res_path = os.path.join(BUILD_RES_PATH, 'test_rlib_crate_associated_bin')
515 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
524 res_path = os.path.join(BUILD_RES_PATH, function_name)
525 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
534 res_path = os.path.join(BUILD_RES_PATH, 'libtest_rust_st_add.dylib.so')
535 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
544 res_path = os.path.join(BUILD_RES_PATH, 'libtest_rust_ut_add.dylib.so')
545 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
554 res_path = os.path.join(BUILD_RES_PATH, function_name)
555 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
564 res_path = os.path.join(BUILD_RES_PATH, function_name)
565 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')