Searched defs:command (Results 1 – 11 of 11) sorted by relevance
30 let mut command = Command::new("echo"); in sdv_process_output_test() localVariable49 let mut command = Command::new("echo"); in sdv_process_status_test() localVariable67 let mut command = Command::new("echo"); in sdv_process_spawn_test() localVariable141 let mut command = Command::new("echo"); in sdv_process_kill_test() localVariable159 let mut command = Command::new("echo"); in sdv_process_try_wait_test() localVariable182 let mut command = Command::new("echo"); in sdv_process_drop_test() localVariable188 let mut command = Command::new("echo"); in sdv_process_drop_test() localVariable206 let mut command = Command::new("echo"); in sdv_process_stdio_test() localVariable253 let mut command = std::process::Command::new("echo"); in sdv_process_child_stdio_convert_test() localVariable277 let mut command = Command::new("echo"); in sdv_process_debug_test() localVariable
31 let mut command = PtyCommand::new("echo"); in sdv_pty_process_test() localVariable80 let mut command = PtyCommand::new("echo"); in sdv_pty_process_read_and_write_test() localVariable111 let mut command = PtyCommand::new("echo"); in sdv_pty_split_test() localVariable143 let mut command = PtyCommand::new("echo"); in sdv_pty_into_split_test() localVariable177 let mut command = PtyCommand::new("echo"); in sdv_pty_unsplit_test() localVariable
32 let mut command = tokioCommand::new("echo"); localVariable57 let mut command = Command::new("echo"); localVariable
604 let mut command = Command::new("echo"); in ut_process_basic_test() localVariable621 let mut command = Command::new("echo"); in ut_process_output_test() localVariable640 let mut command = Command::new("echo"); in ut_process_status_test() localVariable711 let mut command = Command::new("echo"); in ut_process_kill_test() localVariable729 let mut command = Command::new("echo"); in ut_process_drop_test() localVariable735 let mut command = Command::new("echo"); in ut_process_drop_test() localVariable752 let mut command = Command::new("echo"); in ut_process_debug_test() localVariable
20 mod command; module
453 let mut command = std::process::Command::new("echo"); in ut_process_child_new_test() localVariable477 let mut command = std::process::Command::new("echo"); in ut_process_try_wait_test() localVariable501 let mut command = Command::new("echo"); in ut_process_stdio_test() localVariable547 let mut command = std::process::Command::new("echo"); in ut_process_child_stdio_convert_test() localVariable
24 command: Command, field529 let mut command = PtyCommand::new("echo"); in ut_pty_process_basic_test() localVariable583 let mut command = PtyCommand::new("echo"); in ut_pty_process_read_write_test() localVariable614 let mut command = PtyCommand::new("echo"); in ut_pty_process_split_test() localVariable646 let mut command = PtyCommand::new("echo"); in ut_pty_process_into_split_test() localVariable680 let mut command = PtyCommand::new("echo"); in ut_pty_process_unsplit_test() localVariable
16 mod command; module
39 OHOS::JsSysModule::Process::ChildProcess* RunCommand(napi_env env, napi_value command, napi_value o… in RunCommand()107 std::string command("ls; sleep 1"); variable133 std::string command("ls; sleep 1"); variable159 std::string command("each abc"); variable182 std::string command("mkdir test.txt"); variable319 std::string command("ls; sleep 1s;"); variable345 std::string command("ls; sleep 1s;"); variable695 std::string command("ls; sleep 1"); variable724 std::string command("ls; sleep 1s;"); variable
21 def run_command(command): argument
62 void ChildProcess::Spawn(napi_env env, napi_value command) in Spawn()