Lines Matching refs:to_string
40 banner: HANDSHAKE_MESSAGE.to_string(), in start_handshake_with_daemon()
55 version: "unknown".to_string(), in start_handshake_with_daemon()
57 dev_name: "unknown".to_string(), in start_handshake_with_daemon()
58 emg_msg: "".to_string(), in start_handshake_with_daemon()
59 daemon_auth_status: DAEOMN_UNAUTHORIZED.to_string(), in start_handshake_with_daemon()
66 let mut devname = "".to_string(); in handshake_deal_daemon_auth_result()
67 let mut auth_result = "".to_string(); in handshake_deal_daemon_auth_result()
68 let mut emg_msg = "".to_string(); in handshake_deal_daemon_auth_result()
82 Some(devname) => devname.to_string(), in handshake_deal_daemon_auth_result()
83 _ => "".to_string(), in handshake_deal_daemon_auth_result()
86 Some(auth_result) => auth_result.to_string(), in handshake_deal_daemon_auth_result()
87 _ => "".to_string(), in handshake_deal_daemon_auth_result()
90 Some(emg_msg) => emg_msg.to_string(), in handshake_deal_daemon_auth_result()
91 _ => "".to_string(), in handshake_deal_daemon_auth_result()
107 daemon.version.to_string(), in handshake_deal_daemon_auth_result()
108 devname.to_string(), in handshake_deal_daemon_auth_result()
109 emg_msg.to_string(), in handshake_deal_daemon_auth_result()
110 auth_result.to_string(), in handshake_deal_daemon_auth_result()
142 banner: HANDSHAKE_MESSAGE.to_string(), in handshake_task()
155 banner: HANDSHAKE_MESSAGE.to_string(), in handshake_task()
244 String::from_utf8(result.stdout).unwrap().trim().to_string() in get_home_dir()
247 ".".to_string() in get_home_dir()