Lines Matching refs:to_string
60 if parsed_cmd.parameters.contains(&"-r".to_string()) { in run_client_mode()
68 if parsed_cmd.parameters.contains(&"-r".to_string()) { in run_client_mode()
199 self.params[1] = "r".to_string(); in unity_root_run_task()
213 1 => "shell\0".to_string(), in shell_task()
258 1 => "shell\0".to_string(), in shell_task()
303 "Too few arguments.".to_string() in forward_task()
312 "Too few arguments.".to_string() in forward_task()
351 let mut s = current_dir.display().to_string(); in file_send_task()
353 params.insert(command_field_count, "-cwd".to_string()); in file_send_task()
398 let wait_for = "No connected target\r\n".to_string(); in loop_recv_waitfor()
423 let mut s = current_dir.display().to_string(); in app_install_task()
425 params.insert(command_field_count, "-cwd".to_string()); in app_install_task()
532 | HdcCommand::KernelServerKill => "".to_string(), in auto_connect_key()
535 "any".to_string() in auto_connect_key()