Lines Matching refs:cmd_path
95 def exec_command_communicate(cmd_path, res_path, res_def_name, rust=None): argument
105 write_bundle_json(res_def_name, cmd_path)
106 cmd = [BUILD_SH_PATH, '--product-name', 'rk3568', '--build-target', 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)
147 cmd = [BUILD_SH_PATH, '--product-name', 'rk3568', '--build-target', cmd_path]
178 def exec_command_install_dir(cmd_path, res_def_name): argument
185 write_bundle_json(res_def_name, cmd_path)
186 cmd = [BUILD_SH_PATH, '--product-name', 'rk3568', '--build-target', cmd_path]
222 def write_bundle_json(res_def_name, cmd_path): argument
231 res.append("//{}:{}".format(cmd_path, res_def_name))
246 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
247 result = exec_command_out_put(cmd_path, res_def_name, error_log)
256 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
257 result = exec_command_out_put(cmd_path, res_def_name, error_log)
265 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
267 result = exec_command_communicate(cmd_path, res_path, res_def_name)
275 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
277 result = exec_command_communicate(cmd_path, res_path, res_def_name)
285 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
287 result = exec_command_communicate(cmd_path, res_path, res_def_name)
295 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
296 result = exec_command_install_dir(cmd_path, res_def_name)
304 cmd_path = TEMPLATE_SOURCE_PATH + res_def_name
305 result = exec_command_install_dir(cmd_path, res_def_name)
313 cmd_path = TEMPLATE_SOURCE_PATH + function_name
315 result = exec_command_communicate(cmd_path, res_path, function_name)
323 cmd_path = TEMPLATE_SOURCE_PATH + function_name
325 result = exec_command_communicate(cmd_path, res_path, function_name)
379 cmd_path = TEMPLATE_SOURCE_PATH + function_name
381 result = exec_command_communicate(cmd_path, profile_result_path, function_name)
389 cmd_path = TEMPLATE_SOURCE_PATH + function_name
391 result = exec_command_communicate(cmd_path, rebuilt_result_path, function_name)
402 cmd_path = RUST_PATH + function_name
404 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
412 cmd_path = RUST_PATH + function_name
414 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
422 cmd_path = RUST_PATH + "test_bindgen_test/test_for_extern_c:test_extern_c"
424 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
432 cmd_path = RUST_PATH + "test_bindgen_test/test_for_h:bindgen_test_for_h"
434 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
442 cmd_path = RUST_PATH + "test_bindgen_test/test_for_hello_world:bindgen_test"
444 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
452 cmd_path = RUST_PATH + "test_bindgen_test/test_for_hpp:bindgen_test_hpp"
454 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
462 cmd_path = RUST_PATH + function_name
464 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
472 cmd_path = RUST_PATH + "test_cxx" + ":" + function_name
474 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
482 cmd_path = RUST_PATH + function_name
484 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
493 cmd_path = RUST_PATH + function_name
495 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
503 cmd_path = RUST_PATH + "test_idl"
505 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
513 cmd_path = RUST_PATH + function_name + ':' + 'test_rlib_crate_associated_bin'
515 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
523 cmd_path = RUST_PATH + function_name
525 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
533 cmd_path = RUST_PATH + function_name
535 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
543 cmd_path = RUST_PATH + function_name
545 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
553 cmd_path = RUST_PATH + function_name
555 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
563 cmd_path = RUST_PATH + function_name
565 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')