Home
last modified time | relevance | path

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

/ohos5.0/build/test/example/
H A Dtest_gn_template.py95 def exec_command_communicate(cmd_path, res_path, res_def_name, rust=None): function
267 result = exec_command_communicate(cmd_path, res_path, res_def_name)
277 result = exec_command_communicate(cmd_path, res_path, res_def_name)
287 result = exec_command_communicate(cmd_path, res_path, res_def_name)
315 result = exec_command_communicate(cmd_path, res_path, function_name)
325 result = exec_command_communicate(cmd_path, res_path, function_name)
335 result = exec_command_communicate(common_res_def, res_path, function_name)
348 result = exec_command_communicate(cmd_common, res_path, function_name)
358 result = exec_command_communicate(common_res_def, res_path, function_name)
368 result = exec_command_communicate(common_res_def, res_path, function_name)
[all …]
H A Dtest_build_option.py107 def exec_command_communicate(cmd, timeout=60): member in TestBuildOption
1140 return self.exec_command_communicate(cmd, timeout=timeout)